]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dma: enable mxs-dma for i.MX6 SoCs other than i.MX6Q
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 3 Nov 2015 11:00:41 +0000 (12:00 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 5 Nov 2015 13:47:33 +0000 (14:47 +0100)
drivers/dma/Kconfig

index e6cd1a32025a916cec7d219d4693c7c71e4c09a9..9f07fd9c1b6420d7d76250c1cc33e7ed9b559dc2 100644 (file)
@@ -341,12 +341,12 @@ config MV_XOR
 
 config MXS_DMA
        bool "MXS DMA support"
-       depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q
+       depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6
        select STMP_DEVICE
        select DMA_ENGINE
        help
          Support the MXS DMA engine. This engine including APBH-DMA
-         and APBX-DMA is integrated into Freescale i.MX23/28/MX6Q/MX6DL chips.
+         and APBX-DMA is integrated into Freescale i.MX23/28/MX6Q/MX6DL/MX6UL chips.
 
 config MX3_IPU
        bool "MX3x Image Processing Unit support"