summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorHuang Shijie2012-06-07 03:22:59 +0200
committerVinod Koul2012-06-07 11:25:37 +0200
commitf5c55847f7ae31275c3305c997330e5fefa9fa0e (patch)
treeaf9af100acffaf06fe455ebbd8bf074e05f3e9e4 /drivers/dma/Kconfig
parentDMA: PL330: Add missing static storage class specifier (diff)
downloadkernel-qcow2-linux-f5c55847f7ae31275c3305c997330e5fefa9fa0e.tar.gz
kernel-qcow2-linux-f5c55847f7ae31275c3305c997330e5fefa9fa0e.tar.xz
kernel-qcow2-linux-f5c55847f7ae31275c3305c997330e5fefa9fa0e.zip
dma: enable mxs-dma for imx6q
enable the mxs-dma for imx6q. Also remove the unused header file. Signed-off-by: Huang Shijie <shijie8@gmail.com> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.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 aadeb5be9dba..c8416d54f917 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -237,7 +237,7 @@ config IMX_DMA
config MXS_DMA
bool "MXS DMA support"
- depends on SOC_IMX23 || SOC_IMX28
+ depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q
select STMP_DEVICE
select DMA_ENGINE
help