:orphan: .. title:: CONFIG_AMS_IAQ_CORE .. kconfig:: CONFIG_AMS_IAQ_CORE CONFIG_AMS_IAQ_CORE ################### *iAQ-core Digital VOC sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for iAQ-core Digital VOC sensor. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/ams_iAQcore/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:53`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig AMS_IAQ_CORE bool "iAQ-core Digital VOC sensor" depends on I2C && SENSOR help Enable driver for iAQ-core Digital VOC sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*