2023-03-23 12:53:19 +01:00
|
|
|
# IADC configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-04-25 17:34:50 +02:00
|
|
|
config ADC_GECKO_IADC
|
2023-03-23 12:53:19 +01:00
|
|
|
bool "Gecko Incremental ADC driver"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_SILABS_GECKO_IADC_ENABLED
|
|
|
|
select SOC_GECKO_IADC
|
|
|
|
select ADC_CONFIGURABLE_INPUTS
|
|
|
|
help
|
|
|
|
Enable the driver implementation for the Silabs GeckoEXX32 Incremental ADC
|