[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 7 Aug 2007 13:52:17 +0000 (14:52 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 27 Aug 2007 01:16:55 +0000 (02:16 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig

index f588b55..2f2fd19 100644 (file)
@@ -697,6 +697,10 @@ config GENERIC_ISA_DMA
        bool
        select ZONE_DMA
 
+config HOTPLUG_CPU
+       bool
+       default n
+
 config I8259
        bool