aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-08-24 16:48:30 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-08-27 02:17:00 +0100
commit8313da304cdb32465064202814996a2ca33f04e7 (patch)
treecda271a47e5966a1adb2f776b8becd09b76c2f1e /arch
parent[MIPS] Add __cmpdi2 (diff)
downloadlinux-dev-8313da304cdb32465064202814996a2ca33f04e7.tar.xz
linux-dev-8313da304cdb32465064202814996a2ca33f04e7.zip
[MIPS] Sort out handling of ISA-less PCI systems.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 65959280e091..3334a06e5973 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -692,10 +692,6 @@ config EARLY_PRINTK
config SYS_HAS_EARLY_PRINTK
bool
-config GENERIC_ISA_DMA
- bool
- select ZONE_DMA
-
config HOTPLUG_CPU
bool
default n
@@ -715,9 +711,13 @@ config MIPS_DISABLE_OBSOLETE_IDE
config NO_IOPORT
def_bool n
+config GENERIC_ISA_DMA
+ bool
+ select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
+
config GENERIC_ISA_DMA_SUPPORT_BROKEN
bool
- select ZONE_DMA
+ select GENERIC_ISA_DMA
config GENERIC_GPIO
bool