1# IADC configuration options
2
3# Copyright (c) 2023 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_GECKO_IADC
7	bool "Gecko Incremental ADC driver"
8	default y
9	depends on DT_HAS_SILABS_GECKO_IADC_ENABLED
10	select SOC_GECKO_IADC
11	select ADC_CONFIGURABLE_INPUTS
12	help
13	  Enable the driver implementation for the Silabs GeckoEXX32 Incremental ADC
14
15config ADC_GECKO_ADC
16	bool "Gecko ADC driver"
17	default y
18	depends on DT_HAS_SILABS_GECKO_ADC_ENABLED
19	select SOC_GECKO_ADC
20	select ADC_CONFIGURABLE_INPUTS
21	help
22	  Enable the driver implementation for the Silabs GeckoEFM32 ADC
23