From 99bec1aead5927c54f4364bfe10823a86fe0dad2 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Tue, 6 Feb 2018 08:34:45 -0600 Subject: Convert CONFIG_APBH_DMA et al to Kconfig This converts the following to Kconfig: CONFIG_APBH_DMA CONFIG_APBH_DMA_BURST CONFIG_APBH_DMA_BURST8 Signed-off-by: Adam Ford Reviewed-by: Stefan Agner [trini: Add in MMC as well] Signed-off-by: Tom Rini --- drivers/dma/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'drivers/dma') diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 1b92c7789d..4ee6afad35 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -19,4 +19,19 @@ config TI_EDMA3 This driver support data transfer between memory regions. +config APBH_DMA + bool "Support APBH DMA" + depends on MX23 || MX28 || MX6 || MX7 + help + Enable APBH DMA driver. + +if APBH_DMA +config APBH_DMA_BURST + bool "Enable DMA BURST" + +config APBH_DMA_BURST8 + bool "Enable DMA BURST8" + +endif + endmenu # menu "DMA Support" -- cgit v1.2.3