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>
15 lines
486 B
Text
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.
|