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: v3.12-rc1~27046^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbb74540aec2f70660d6ad43414a3d1f3c3aceec;p=kernel%2Fkernel-generic.git [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 f588b55..2f2fd19 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