summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorPaul Bolle2014-02-09 15:39:25 +0100
committerVinod Koul2014-02-11 18:56:23 +0100
commitdd1ed372abebe7d48dc26bf1649fb089422f0ba3 (patch)
treefd647829e35967820c3849d1a14e7159b9e6319f /drivers/dma
parentLinux 3.14-rc2 (diff)
downloadkernel-qcow2-linux-dd1ed372abebe7d48dc26bf1649fb089422f0ba3.tar.gz
kernel-qcow2-linux-dd1ed372abebe7d48dc26bf1649fb089422f0ba3.tar.xz
kernel-qcow2-linux-dd1ed372abebe7d48dc26bf1649fb089422f0ba3.zip
dmaengine: Remove dependency on MACH_BCM2708
Commit 96286b576690 ("dmaengine: Add support for BCM2835") added an optional dependency on MACH_BCM2708. But there's no Kconfig symbol MACH_BCM2708. (There was an entry for MACH_BCM2708 in arch/arm/tools/mach-types from v2.6.37 until v3.2. But it seems that entry was never used in the tree.) This optional dependency can safely be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 9bed1a2a67a1..e4382ecc22a2 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -308,7 +308,7 @@ config DMA_OMAP
config DMA_BCM2835
tristate "BCM2835 DMA engine support"
- depends on (ARCH_BCM2835 || MACH_BCM2708)
+ depends on ARCH_BCM2835
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS