zephyr/drivers/adc/Kconfig.ifx_autanalog_sar
John Batch 7fe5875aac drivers: adc: Infineon AutAnalog SAR ADC driver
Adds AutAnalog SAR ADC driver files to support ADC conversions in the
PCSOC Edge family of MCUs.

Signed-off-by: John Batch <john.batch@infineon.com>
2025-10-24 09:44:03 +03:00

15 lines
486 B
Text

# Copyright (c) 2025 Infineon Technologies AG,
# or an affiliate of Infineon Technologies AG.
#
# SPDX-License-Identifier: Apache-2.0
# Infineon AutAnalog SAR ADC configuration options
config ADC_INFINEON_AUTANALOG_SAR
bool "Infineon AutAnalog SAR ADC driver"
default y
depends on DT_HAS_INFINEON_AUTANALOG_SAR_ADC_ENABLED
select USE_INFINEON_AUTANALOG_SAR_ADC
select ADC_CONFIGURABLE_INPUTS
help
This option enables the ADC driver for Infineon MCUs using AutAnalog SAR ADC.