diff options
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 5 |
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 | ||
342 | config MXS_DMA | 342 | config 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 | ||
351 | config MX3_IPU | 352 | config MX3_IPU |
352 | bool "MX3x Image Processing Unit support" | 353 | bool "MX3x Image Processing Unit support" |