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