CONFIG_MHZ19B¶
Winsen CO2 sensor
Type: bool
Help¶
Enable driver for the MHZ19B CO2 Sensor.
Direct dependencies¶
UART_INTERRUPT_DRIVEN
&& SENSOR
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/sensor/mhz19b/Kconfig:4
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:171
Menu path: (Top) → Device Drivers → Sensor Drivers
config MHZ19B
bool "Winsen CO2 sensor"
depends on UART_INTERRUPT_DRIVEN && SENSOR
help
Enable driver for the MHZ19B CO2 Sensor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)