aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-03-20 11:36:02 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-04-27 11:20:24 -0400
commit05502339332564ffd545be9ca37b208296a2eaad (patch)
tree18ccc05807e2998ddf25b3b359d680e41ff3c06a /arch/mips/Kconfig
parentf197465384bf7ef1af184c2ed1a4e268911a91e3 (diff)
[MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selected
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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