commit | e05eb3f8c1125405692bb0c41a13b560bc7f464d | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Jun 12 10:54:11 2013 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jun 13 17:46:40 2013 +0200 |
tree | 2495206cc1a76b17f1b792ba5fd091a2fc01c15f | |
parent | 5a5f1efc8f5bce01773c6b769d7912a15e8eee07 [diff] [blame] |
MIPS: Kconfig: Move ZONE_DMA to a more appropriate place. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 87ddac9..f17ba1e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig
@@ -46,9 +46,6 @@ menu "Machine selection" -config ZONE_DMA - bool - choice prompt "System type" default SGI_IP22 @@ -2464,6 +2461,9 @@ select CLKEVT_I8253 select MIPS_EXTERNAL_TIMER +config ZONE_DMA + bool + config ZONE_DMA32 bool