summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorHuang Shijie <shijie8@gmail.com>2012-06-07 01:22:59 (GMT)
committerVinod Koul <vinod.koul@linux.intel.com>2012-06-07 09:25:37 (GMT)
commitf5c55847f7ae31275c3305c997330e5fefa9fa0e (patch)
treeaf9af100acffaf06fe455ebbd8bf074e05f3e9e4 /drivers/dma/Kconfig
parent5a67ac572e102f7d877b8a3a18a59315186e3e99 (diff)
downloadlinux-fsl-qoriq-f5c55847f7ae31275c3305c997330e5fefa9fa0e.tar.xz
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 aadeb5b..c8416d5 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