aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-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