mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/hsc: Update kconfig model
This commit is contained in:
parent
29874e8f3d
commit
bb444214f9
@ -14,6 +14,12 @@ config MODULE_HSC
|
|||||||
This driver supports the Honeywell HSC series pressure and temperature
|
This driver supports the Honeywell HSC series pressure and temperature
|
||||||
sensors that use an I2C interface.
|
sensors that use an I2C interface.
|
||||||
|
|
||||||
|
config HAVE_HSC
|
||||||
|
bool
|
||||||
|
select MODULE_HSC if MODULE_SAUL_DEFAULT
|
||||||
|
help
|
||||||
|
Indicates that a HSC series pressure and temperature sensor is present.
|
||||||
|
|
||||||
menuconfig KCONFIG_USEMODULE_HSC
|
menuconfig KCONFIG_USEMODULE_HSC
|
||||||
bool "Configure HSC pressure and temperature sensor driver"
|
bool "Configure HSC pressure and temperature sensor driver"
|
||||||
depends on USEMODULE_HSC
|
depends on USEMODULE_HSC
|
||||||
|
Loading…
Reference in New Issue
Block a user