1# PMS7003 particulate matter sensor configuration options 2 3# Copyright (c) 2017 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config PMS7003 7 bool "PMS7003 particulate matter sensor" 8 default y 9 depends on DT_HAS_PLANTOWER_PMS7003_ENABLED 10 depends on SERIAL 11 help 12 Enable driver for pms7003 particulate matter sensor. 13