CONFIG_PMS7003¶
PMS7003 particulate matter sensor
Type: bool
Help¶
Enable driver for pms7003 particulate matter sensor.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/pms7003/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:181
Menu path: (Top) → Device Drivers → Sensor Drivers
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.)