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:
parent
e72c11136f
commit
65e774f819
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user