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 <Zephyr>/drivers/sensor/mhz19b/Kconfig:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/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.)