-
CONFIG_TI_HDC¶
Texas Instruments Temperature and Humidity Sensor (e.g. HDC1008)
Type: bool
Help¶
Enable driver for TI temperature and humidity sensors.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At drivers/sensor/ti_hdc/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:62 → drivers/sensor/Kconfig:87
Menu path: (Top) → Device Drivers → Sensor Drivers
config TI_HDC
bool "Texas Instruments Temperature and Humidity Sensor (e.g. HDC1008)"
depends on I2C && SENSOR
help
Enable driver for TI temperature and humidity sensors.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)