1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

drivers/periph_common: add temperature peripheral to Kconfig

This commit is contained in:
Leandro Lanzieri 2020-11-13 14:58:04 +01:00
parent 2547880f3a
commit 283b1f015d
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -129,6 +129,16 @@ config MODULE_PERIPH_INIT_RTT
rsource "Kconfig.spi"
config MODULE_PERIPH_TEMPERATURE
bool "Temperature peripheral driver"
depends on HAS_PERIPH_TEMPERATURE
select MODULE_PERIPH_COMMON
config MODULE_PERIPH_INIT_TEMPERATURE
bool "Auto initialize temperature peripheral"
default y if MODULE_PERIPH_INIT
depends on MODULE_PERIPH_TEMPERATURE
rsource "Kconfig.uart"
config MODULE_PERIPH_USBDEV