zephyr/drivers/adc/Kconfig.gecko
Jared Baumann 26ee337517 drivers: adc: Rename gecko IADC config option
Renamed CONFIG_ADC_GECKO to CONFIG_IADC_GECKO to eliminate confusion
between the Incremental ADC found on series 2 silabs gecko MCUs, and the
ADC found on earlier gecko series.

Signed-off-by: Jared Baumann <jared.baumann8@t-mobile.com>
2023-05-09 23:31:45 +09:00

14 lines
372 B
Plaintext

# IADC configuration options
# Copyright (c) 2023 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
config ADC_GECKO_IADC
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