1# Infineon CAT1 ADC configuration options 2 3# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 4# an affiliate of Cypress Semiconductor Corporation 5# 6# SPDX-License-Identifier: Apache-2.0 7 8config ADC_INFINEON_CAT1 9 bool "Infineon CAT1 ADC driver" 10 default y 11 depends on DT_HAS_INFINEON_CAT1_ADC_ENABLED 12 select USE_INFINEON_ADC 13 select ADC_CONFIGURABLE_INPUTS 14 help 15 This option enables the ADC driver for Infineon CAT1 family. 16