1# Seeed Studio HM330x dust particle sensor configuration options
2
3# Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
4# SPDX-License-Identifier: Apache-2.0
5
6config HM330X
7	bool "HM330X dust particle sensor"
8	default y
9	depends on DT_HAS_SEEED_HM330X_ENABLED
10	select I2C
11	help
12	  Enable driver for the HM330X dust particle sensor.
13