Browse Source

[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 years ago
parent
commit
dbb74540ae
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/mips/Kconfig

+ 4 - 0
arch/mips/Kconfig

@@ -697,6 +697,10 @@ config GENERIC_ISA_DMA
 	bool
 	select ZONE_DMA
 
+config HOTPLUG_CPU
+	bool
+	default n
+
 config I8259
 	bool