From: Ralf Baechle Date: Tue, 7 Aug 2007 13:52:17 +0000 (+0100) Subject: [MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n. X-Git-Tag: v2.6.23-rc4~7^2~34 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb74540aec2f70660d6ad43414a3d1f3c3aceec;p=linux-2.6 [MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f588b55c6d..2f2fd194b8 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -697,6 +697,10 @@ config GENERIC_ISA_DMA bool select ZONE_DMA +config HOTPLUG_CPU + bool + default n + config I8259 bool