aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorLothar Waßmann <LW@KARO-electronics.de>2016-02-11 08:19:54 -0500
committerVinod Koul <vinod.koul@intel.com>2016-02-21 21:53:11 -0500
commita02eb37ac6dc240e0903fdcdd0d7be300b0e3d41 (patch)
tree74e67c11e822d4f23275fc6ad6304460daa204ed /drivers/dma/Kconfig
parent8319f84adb49b5c6d69bbce86442e26c2277376f (diff)
dmaengine: enable mxs-dma for imx6ul
The mxs-dma unit is also available on i.MX6UL. Make it possible to select it in Kconfig. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 79b1390f2016..c77f214c9466 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -341,12 +341,13 @@ config MV_XOR
341 341
342config MXS_DMA 342config MXS_DMA
343 bool "MXS DMA support" 343 bool "MXS DMA support"
344 depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q 344 depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6UL
345 select STMP_DEVICE 345 select STMP_DEVICE
346 select DMA_ENGINE 346 select DMA_ENGINE
347 help 347 help
348 Support the MXS DMA engine. This engine including APBH-DMA 348 Support the MXS DMA engine. This engine including APBH-DMA
349 and APBX-DMA is integrated into Freescale i.MX23/28/MX6Q/MX6DL chips. 349 and APBX-DMA is integrated into Freescale
350 i.MX23/28/MX6Q/MX6DL/MX6UL chips.
350 351
351config MX3_IPU 352config MX3_IPU
352 bool "MX3x Image Processing Unit support" 353 bool "MX3x Image Processing Unit support"