:orphan: .. title:: CONFIG_MHZ19B .. kconfig:: CONFIG_MHZ19B CONFIG_MHZ19B ############# *Winsen CO2 sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the MHZ19B CO2 Sensor. Direct dependencies =================== \ :kconfig:`UART_INTERRUPT_DRIVEN ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/mhz19b/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:171`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig 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.)*