blob: bed5d2769fdccf761313b3c7e12184b0b431d481 [file] [log] [blame]
# Kconfig - PMS7003 particulate matter sensor configuration options
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig PMS7003
bool "PMS7003 particulate matter sensor"
depends on SERIAL
help
Enable driver for pms7003 particulate matter sensor.
config PMS7003_UART_DEVICE
string "UART device"
depends on PMS7003
default "UART_3"
config PMS7003_DRIVER_NAME
string "Driver name"
depends on PMS7003
default "PMS7003"