aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index acceae0e8319..f9c4ba58d384 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -10,7 +10,6 @@ menu "Machine selection"
10 10
11config ZONE_DMA 11config ZONE_DMA
12 bool 12 bool
13 default y
14 13
15choice 14choice
16 prompt "System type" 15 prompt "System type"
@@ -923,6 +922,7 @@ config SYS_HAS_EARLY_PRINTK
923 922
924config GENERIC_ISA_DMA 923config GENERIC_ISA_DMA
925 bool 924 bool
925 select ZONE_DMA
926 926
927config I8259 927config I8259
928 bool 928 bool
@@ -946,6 +946,7 @@ config MIPS_DISABLE_OBSOLETE_IDE
946 946
947config GENERIC_ISA_DMA_SUPPORT_BROKEN 947config GENERIC_ISA_DMA_SUPPORT_BROKEN
948 bool 948 bool
949 select ZONE_DMA
949 950
950# 951#
951# Endianess selection. Sufficiently obscure so many users don't know what to 952# Endianess selection. Sufficiently obscure so many users don't know what to