:orphan: .. title:: CONFIG_PMS7003 .. kconfig:: CONFIG_PMS7003 CONFIG_PMS7003 ############## *PMS7003 particulate matter sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for pms7003 particulate matter sensor. Direct dependencies =================== \ :kconfig:`SERIAL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/pms7003/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:181`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config PMS7003 bool "PMS7003 particulate matter sensor" depends on SERIAL && SENSOR help Enable driver for pms7003 particulate matter sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*