aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-10-17 09:00:43 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-10-17 09:00:43 -0400
commit485bdde78747f7ce2af164406c32db23e4688925 (patch)
treeadf90c4ed6c52a5105f09dabce9f1ec668325137 /arch/arm/Kconfig
parent71a35d75661271d20ff0098817070f6545e90cbe (diff)
[ARM] dmabounce requires ZONE_DMA
Rather than having everything that needs DMABOUNCE also select ZONE_DMA, arrange for DMABOUNCE to select it instead. This is far more sensible. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4853f9df37bd..6c73e963d976 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -354,7 +354,7 @@ config ARCH_IXP4XX
354 select GENERIC_GPIO 354 select GENERIC_GPIO
355 select GENERIC_TIME 355 select GENERIC_TIME
356 select GENERIC_CLOCKEVENTS 356 select GENERIC_CLOCKEVENTS
357 select ZONE_DMA if PCI 357 select DMABOUNCE if PCI
358 help 358 help
359 Support for Intel's IXP4XX (XScale) family of processors. 359 Support for Intel's IXP4XX (XScale) family of processors.
360 360