1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

drivers/at30tse75x: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:31 +01:00
parent 470e7aaae4
commit 323a88ead2
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -5,13 +5,8 @@
# directory for more details.
#
comment "AT30TSE75X temperature sensor select by default for the current platform"
depends on MODULE_AT30TSE75X && MODULE_SAUL_DEFAULT && HAVE_AT30TSE75X
config MODULE_AT30TSE75X
bool
prompt "AT30TSE75X temperature sensor" if !(MODULE_SAUL_DEFAULT && HAVE_AT30TSE75X)
default (MODULE_SAUL_DEFAULT && HAVE_AT30TSE75X)
bool "AT30TSE75X temperature sensor"
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
@ -22,5 +17,6 @@ config MODULE_AT30TSE75X
config HAVE_AT30TSE75X
bool
select MODULE_AT30TSE75X if MODULE_SAUL_DEFAULT
help
Indicates that a AT30TSE75x sensor is present on the board.