summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorRobin Gong <yibin.gong@nxp.com>2017-06-21 17:10:06 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit43258234f03079b0ac3bb792e9f7e0ee1bff68dd (patch)
tree79fe9195a23dfd7782c34d3c9edc4098c892d076 /drivers/dma/Kconfig
parent41768f2616d32a83d914ec048e83486e94f0d916 (diff)
MLK-15135-2 dma: Kconfig: add sdma on i.mx8mq
select sdma on i.mx8mq. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index f0bfd69e8439..6cb475ebcfc6 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -234,7 +234,7 @@ config IMX_DMA
config IMX_SDMA
tristate "i.MX SDMA support"
- depends on ARCH_MXC
+ depends on ARCH_MXC || ARCH_FSL_IMX8MQ
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help