Files
zephyr/drivers/dma/Kconfig.xmc4xxx
Andriy Gelman 51f3422192 drivers: dma: dma_xmc4xxx: Add multi-block support
Adds dma multi-block support xmc4xxx SoCs.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2025-02-12 02:26:20 +01:00

20 lines
527 B
Plaintext

# Infineon XMC4xxx DMA configuration options
# Copyright (c) 2022 Andriy Gelman
# SPDX-License-Identifier: Apache-2.0
config DMA_XMC4XXX
bool "Infineon xmc4xxx series DMA driver"
default y
depends on DT_HAS_INFINEON_XMC4XXX_DMA_ENABLED
help
DMA driver for Infineon xmc4xxx series MCUs.
config DMA_XMC4XXX_NUM_DESCRIPTORS
int "Max DMA descriptors in a linked list"
default 4
depends on DMA_XMC4XXX
help
Maximum number of blocks in a DMA block transfer configuration.
Only supported by dma0 channels 0 and 1.