2023-04-06 12:53:39 -07:00
|
|
|
# Infineon CAT1 ADC configuration options
|
|
|
|
|
|
|
|
|
|
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
|
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
|
|
config ADC_INFINEON_CAT1
|
|
|
|
|
bool "Infineon CAT1 ADC driver"
|
|
|
|
|
default y
|
2025-12-06 13:00:11 -08:00
|
|
|
depends on DT_HAS_INFINEON_ADC_ENABLED
|
2023-04-06 12:53:39 -07:00
|
|
|
select USE_INFINEON_ADC
|
2025-10-21 15:55:20 -07:00
|
|
|
select USE_INFINEON_DMA
|
2023-04-06 12:53:39 -07:00
|
|
|
select ADC_CONFIGURABLE_INPUTS
|
|
|
|
|
help
|
|
|
|
|
This option enables the ADC driver for Infineon CAT1 family.
|