aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-08-24 11:48:30 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-08-26 21:17:00 -0400
commit8313da304cdb32465064202814996a2ca33f04e7 (patch)
treecda271a47e5966a1adb2f776b8becd09b76c2f1e /arch/mips
parent2704afebecc8e268e8c873b6dfab2077d679b593 (diff)
[MIPS] Sort out handling of ISA-less PCI systems.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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
692config SYS_HAS_EARLY_PRINTK 692config SYS_HAS_EARLY_PRINTK
693 bool 693 bool
694 694
695config GENERIC_ISA_DMA
696 bool
697 select ZONE_DMA
698
699config HOTPLUG_CPU 695config HOTPLUG_CPU
700 bool 696 bool
701 default n 697 default n
@@ -715,9 +711,13 @@ config MIPS_DISABLE_OBSOLETE_IDE
715config NO_IOPORT 711config NO_IOPORT
716 def_bool n 712 def_bool n
717 713
714config GENERIC_ISA_DMA
715 bool
716 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
717
718config GENERIC_ISA_DMA_SUPPORT_BROKEN 718config GENERIC_ISA_DMA_SUPPORT_BROKEN
719 bool 719 bool
720 select ZONE_DMA 720 select GENERIC_ISA_DMA
721 721
722config GENERIC_GPIO 722config GENERIC_GPIO
723 bool 723 bool