2019-11-01 20:45:29 +08:00
|
|
|
# PMS7003 particulate matter sensor configuration options
|
2017-11-23 19:40:24 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-02-20 08:46:33 +08:00
|
|
|
config PMS7003
|
2017-11-24 21:50:13 +08:00
|
|
|
bool "PMS7003 particulate matter sensor"
|
2017-11-23 19:40:24 +08:00
|
|
|
depends on SERIAL
|
|
|
|
help
|
2017-11-24 21:50:13 +08:00
|
|
|
Enable driver for pms7003 particulate matter sensor.
|