summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorQiao Zhou2013-12-05 02:36:21 +0100
committerOlof Johansson2013-12-12 02:33:02 +0100
commitb9f10a10cd56414659724bfb9f8b65499f07d538 (patch)
tree8a9d9e470123e1b2163d82bae89529959158258d /drivers/dma/Kconfig
parentARM: pxa: Remove unused variables (diff)
downloadkernel-qcow2-linux-b9f10a10cd56414659724bfb9f8b65499f07d538.tar.gz
kernel-qcow2-linux-b9f10a10cd56414659724bfb9f8b65499f07d538.tar.xz
kernel-qcow2-linux-b9f10a10cd56414659724bfb9f8b65499f07d538.zip
ARM: mmp: build sram driver alone
sram driver can be used by many chips besides CPU_MMP2, and so build it alone. Also need to select MMP_SRAM for MMP_TDMA driver. Reported-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Qiao Zhou <zhouqiao@marvell.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 446687cc2334..af3676333da4 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -289,9 +289,11 @@ config MMP_TDMA
bool "MMP Two-Channel DMA support"
depends on ARCH_MMP
select DMA_ENGINE
+ select MMP_SRAM
help
Support the MMP Two-Channel DMA engine.
This engine used for MMP Audio DMA and pxa910 SQU.
+ It needs sram driver under mach-mmp.
Say Y here if you enabled MMP ADMA, otherwise say N.