diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
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 | ||
11 | config ZONE_DMA | 11 | config ZONE_DMA |
12 | bool | 12 | bool |
13 | default y | ||
14 | 13 | ||
15 | choice | 14 | choice |
16 | prompt "System type" | 15 | prompt "System type" |
@@ -923,6 +922,7 @@ config SYS_HAS_EARLY_PRINTK | |||
923 | 922 | ||
924 | config GENERIC_ISA_DMA | 923 | config GENERIC_ISA_DMA |
925 | bool | 924 | bool |
925 | select ZONE_DMA | ||
926 | 926 | ||
927 | config I8259 | 927 | config I8259 |
928 | bool | 928 | bool |
@@ -946,6 +946,7 @@ config MIPS_DISABLE_OBSOLETE_IDE | |||
946 | 946 | ||
947 | config GENERIC_ISA_DMA_SUPPORT_BROKEN | 947 | config 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 |