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>
32 lines
931 B
Plaintext
32 lines
931 B
Plaintext
# Infineon CAT1 DMA 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 DMA_INFINEON_CAT1_HAL
|
|
bool "Infineon CAT1 DMA Legacy HAL-based driver"
|
|
default y
|
|
depends on DT_HAS_INFINEON_DMA_ENABLED
|
|
depends on USE_INFINEON_LEGACY_HAL
|
|
select USE_INFINEON_DMA
|
|
help
|
|
This option enables the legacy HAL-based DMA driver for Infineon CAT1 family.
|
|
|
|
config DMA_INFINEON_CAT1_PDL
|
|
bool "Infineon CAT1 DMA PDL-based driver"
|
|
default y
|
|
depends on DT_HAS_INFINEON_DMA_ENABLED
|
|
depends on !USE_INFINEON_LEGACY_HAL
|
|
select USE_INFINEON_DMA
|
|
help
|
|
This option enables the PDL-based DMA driver for Infineon CAT1 family.
|
|
|
|
config INFINEON_DESCRIPTOR_POOL_SIZE
|
|
int
|
|
default 10
|
|
depends on DMA_INFINEON_CAT1_PDL
|
|
help
|
|
This option provides the descritor pool size used for the DMA PDL driver
|