-
CONFIG_GROVE_TEMPERATURE_SENSOR
¶
Enable the Seeed Grove Temperature Sensor
Type: bool
Help¶
Setting this value will enable driver support for the Grove
Temperature Sensor.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/sensor/grove/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:91
Menu path: (Top) → Device Drivers → Sensor Drivers
config GROVE_TEMPERATURE_SENSOR
bool "Enable the Seeed Grove Temperature Sensor"
depends on ADC && !MINIMAL_LIBC && SENSOR
help
Setting this value will enable driver support for the Grove
Temperature Sensor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)