1# iAQ-core Digital VOC sensor configuration options
2
3# Copyright (c) 2018 Alexander Wachter
4# SPDX-License-Identifier: Apache-2.0
5
6menuconfig AMS_IAQ_CORE
7	bool "iAQ-core Digital VOC sensor"
8	default y
9	depends on DT_HAS_AMS_IAQCORE_ENABLED
10	select I2C
11	help
12	  Enable driver for iAQ-core Digital VOC sensor.
13
14config IAQ_CORE_MAX_READ_RETRIES
15	int "Number of read retries"
16	default 4
17	depends on AMS_IAQ_CORE
18	help
19	  Number of retries when reading failed or device not ready.
20