Drop cat1 from the binding files to enable reuse by other category devices as well. Fixes #99174 Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
16 lines
477 B
Text
16 lines
477 B
Text
# 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
|
|
depends on DT_HAS_INFINEON_ADC_ENABLED
|
|
select USE_INFINEON_ADC
|
|
select USE_INFINEON_DMA
|
|
select ADC_CONFIGURABLE_INPUTS
|
|
help
|
|
This option enables the ADC driver for Infineon CAT1 family.
|