]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: Remove dependency on MACH_BCM2708
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 9 Feb 2014 14:39:25 +0000 (15:39 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 11 Feb 2014 17:56:23 +0000 (23:26 +0530)
commit210e64b81ee224c1393d8c390ae9c93657715b18
treefd647829e35967820c3849d1a14e7159b9e6319f
parent4833216bbefc757fb955f83b3b69afb65eb1f015
dmaengine: Remove dependency on MACH_BCM2708

Commit 84bed0e9ef48 ("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>
drivers/dma/Kconfig