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