Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lothar Waßmann and committed by
Vinod Koul
a02eb37a 8319f84a

+3 -2
+3 -2
drivers/dma/Kconfig
··· 341 341 342 342 config MXS_DMA 343 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 345 select STMP_DEVICE 346 346 select DMA_ENGINE 347 347 help 348 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 351 352 config MX3_IPU 352 353 bool "MX3x Image Processing Unit support"