1# Copyright (c) 2023 Balthazar Deliers
2# SPDX-License-Identifier: Apache-2.0
3
4# AOSONG AGS10 TVOC sensor driver options.
5
6config AGS10
7 bool "AOSONG AGS10 TVOC sensor"
8 default y
9 depends on DT_HAS_AOSONG_AGS10_ENABLED
10 select I2C
11 help
12 Enable AOSONG AGS10 TVOC sensor driver.
13