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