1# Infineon XMC4xxx DMA configuration options
2
3# Copyright (c) 2022 Andriy Gelman
4# SPDX-License-Identifier: Apache-2.0
5
6config DMA_XMC4XXX
7	bool "Infineon xmc4xxx series DMA driver"
8	default y
9	depends on DT_HAS_INFINEON_XMC4XXX_DMA_ENABLED
10	help
11	  DMA driver for Infineon xmc4xxx series MCUs.
12
13config DMA_XMC4XXX_NUM_DESCRIPTORS
14	int "Max DMA descriptors in a linked list"
15	default 4
16	depends on DMA_XMC4XXX
17	help
18	  Maximum number of blocks in a DMA block transfer configuration.
19	  Only supported by dma0 channels 0 and 1.
20