Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
# Seeed Studio HM330x dust particle sensor configuration options
|
|
|
|
# Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HM330X
|
|
bool "HM330X dust particle sensor"
|
|
default y
|
|
depends on DT_HAS_SEEED_HM330X_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for the HM330X dust particle sensor.
|