zephyr/drivers/adc/Kconfig.gecko
Wojciech Sipak c811a4f430 drivers: adc: add ADC driver for EFM32
This adds a driver for ADCs available on EFM32

Signed-off-by: Wojciech Sipak <wsipak@antmicro.com>
2023-07-18 11:05:39 +00:00

23 lines
600 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
config ADC_GECKO_ADC
bool "Gecko ADC driver"
default y
depends on DT_HAS_SILABS_GECKO_ADC_ENABLED
select SOC_GECKO_ADC
select ADC_CONFIGURABLE_INPUTS
help
Enable the driver implementation for the Silabs GeckoEFM32 ADC