aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-08-07 09:52:17 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-08-26 21:16:55 -0400
commitdbb74540aec2f70660d6ad43414a3d1f3c3aceec (patch)
tree00a48185f07e120dc0b792632fb4d0a6297030a8 /arch
parent028151bfed9f94e83a79f3886f93861587de08b4 (diff)
[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 4 insertions, 0 deletions
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
697 bool 697 bool
698 select ZONE_DMA 698 select ZONE_DMA
699 699
700config HOTPLUG_CPU
701 bool
702 default n
703
700config I8259 704config I8259
701 bool 705 bool
702 706