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-Url: https://git.stricted.de/?a=commitdiff_plain;h=dbb74540aec2f70660d6ad43414a3d1f3c3aceec;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 f588b55c6d0b..2f2fd194b8d6 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