summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
blob: 4802bf522d930b5928bb6f79f97b49cb741a27eb (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only
menu "DMA support"

config MXS_APBH_DMA
	tristate "MXS APBH DMA ENGINE"
	depends on ARCH_IMX23 || ARCH_IMX28 || ARCH_IMX6
	select STMP_DEVICE
	help
	  Experimental!
endmenu