1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/ccs811: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:34 +01:00
parent e72c11136f
commit 65e774f819
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -6,7 +6,9 @@
#
menuconfig MODULE_CCS811
bool "CCS811 digital gas sensor"
bool
prompt "CCS811 digital gas sensor" if !(MODULE_SAUL_DEFAULT && HAVE_CCS811)
default (MODULE_SAUL_DEFAULT && HAVE_CCS811)
depends on HAS_PERIPH_GPIO
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
@ -31,6 +33,5 @@ config MODULE_CCS811_FULL
config HAVE_CCS811
bool
select MODULE_CCS811 if MODULE_SAUL_DEFAULT
help
Indicates that a ccs811 sensor is present.