1
0
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:
MrKevinWeiss 2022-03-02 14:03:42 +01:00
parent 29874e8f3d
commit bb444214f9
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -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