CONFIG_PMS7003

PMS7003 particulate matter sensor

Type: bool

Help

Enable driver for pms7003 particulate matter sensor.

Direct dependencies

SERIAL && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/sensor/pms7003/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:159

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.)