Commit 26ee3375 authored by Jared Baumann's avatar Jared Baumann Committed by Fabio Baltieri
Browse files

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: default avatarJared Baumann <jared.baumann8@t-mobile.com>
parent 4d2819ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ zephyr_library_sources_ifdef(CONFIG_ADC_ADS114S0X adc_ads114s0x.c)
zephyr_library_sources_ifdef(CONFIG_ADC_RPI_PICO	adc_rpi_pico.c)
zephyr_library_sources_ifdef(CONFIG_ADC_XMC4XXX		adc_xmc4xxx.c)
zephyr_library_sources_ifdef(CONFIG_ADC_ESP32		adc_esp32.c)
zephyr_library_sources_ifdef(CONFIG_ADC_GECKO   	iadc_gecko.c)
zephyr_library_sources_ifdef(CONFIG_ADC_GECKO_IADC   	iadc_gecko.c)
zephyr_library_sources_ifdef(CONFIG_ADC_INFINEON_CAT1	adc_ifx_cat1.c)
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Copyright (c) 2023 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0

config ADC_GECKO
config ADC_GECKO_IADC
	bool "Gecko Incremental ADC driver"
	default y
	depends on DT_HAS_SILABS_GECKO_IADC_ENABLED