aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorIlya Yanok <yanok@emcraft.com>2010-10-27 01:52:57 +0200
committerGrant Likely <grant.likely@secretlab.ca>2010-12-29 22:29:02 -0700
commitba2eea251f815b3674cde13ecdba4772332bf56e (patch)
tree858c0d3657b5aabed3bcd5f5fbf677dd3f95d9f9 /drivers/dma/Kconfig
parent2862559e8a1e7c47bb3003f0edbc9db9009dc32b (diff)
downloadkernel_samsung_smdk4412-ba2eea251f815b3674cde13ecdba4772332bf56e.zip
kernel_samsung_smdk4412-ba2eea251f815b3674cde13ecdba4772332bf56e.tar.gz
kernel_samsung_smdk4412-ba2eea251f815b3674cde13ecdba4772332bf56e.tar.bz2
powerpc/512x: add MPC8308 dma support
MPC8308 has pretty much the same DMA controller as MPC5121 and this patch adds support for MPC8308 to the mpc512x_dma driver. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Acked-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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 6ee2359..ef13873 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -109,7 +109,7 @@ config FSL_DMA
config MPC512X_DMA
tristate "Freescale MPC512x built-in DMA engine support"
- depends on PPC_MPC512x
+ depends on PPC_MPC512x || PPC_MPC831x
select DMA_ENGINE
---help---
Enable support for the Freescale MPC512x built-in DMA engine.