From dbb74540aec2f70660d6ad43414a3d1f3c3aceec Mon Sep 17 00:00:00 2001
From: Ralf Baechle <ralf@linux-mips.org>
Date: Tue, 7 Aug 2007 14:52:17 +0100
Subject: [PATCH] [MIPS] Kconfig: Fix configuration warning by hardwiring
 HOTPLUG_CPU to n.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
 arch/mips/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

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
 
-- 
2.34.1