zephyr/drivers/dma/Kconfig.ifx_cat1
Nazar Palamar 01252ad877 drivers: dma: initial implementation CAT1 DMA driver
Initial implementation of DMA driver for CAT1 device

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
2025-01-10 14:48:24 +01:00

15 lines
425 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
bool "Infineon CAT1 DMA driver"
default y
depends on DT_HAS_INFINEON_CAT1_DMA_ENABLED
select USE_INFINEON_DMA
help
This option enables the DMA driver for Infineon CAT1 family.