diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-03-20 11:36:02 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 11:20:24 -0400 |
commit | 05502339332564ffd545be9ca37b208296a2eaad (patch) | |
tree | 18ccc05807e2998ddf25b3b359d680e41ff3c06a /arch/mips/Kconfig | |
parent | f197465384bf7ef1af184c2ed1a4e268911a91e3 (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/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 |