Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd1ed372 authored by Paul Bolle's avatar Paul Bolle Committed by Vinod Koul
Browse files

dmaengine: Remove dependency on MACH_BCM2708



Commit 96286b57 ("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent b28a960c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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