aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-12 04:54:11 -0400
committerRalf Baechle <ralf@linux-mips.org>2013-06-13 11:46:40 -0400
commite05eb3f8c1125405692bb0c41a13b560bc7f464d (patch)
tree2495206cc1a76b17f1b792ba5fd091a2fc01c15f /arch/mips/Kconfig
parent5a5f1efc8f5bce01773c6b769d7912a15e8eee07 (diff)
MIPS: Kconfig: Move ZONE_DMA to a more appropriate place.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 87ddac9477fa..f17ba1ea7a47 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -46,9 +46,6 @@ config MIPS
46 46
47menu "Machine selection" 47menu "Machine selection"
48 48
49config ZONE_DMA
50 bool
51
52choice 49choice
53 prompt "System type" 50 prompt "System type"
54 default SGI_IP22 51 default SGI_IP22
@@ -2464,6 +2461,9 @@ config I8253
2464 select CLKEVT_I8253 2461 select CLKEVT_I8253
2465 select MIPS_EXTERNAL_TIMER 2462 select MIPS_EXTERNAL_TIMER
2466 2463
2464config ZONE_DMA
2465 bool
2466
2467config ZONE_DMA32 2467config ZONE_DMA32
2468 bool 2468 bool
2469 2469