diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-07 14:52:17 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-27 02:16:55 +0100 |
commit | dbb74540aec2f70660d6ad43414a3d1f3c3aceec (patch) | |
tree | 00a48185f07e120dc0b792632fb4d0a6297030a8 /arch | |
parent | 028151bfed9f94e83a79f3886f93861587de08b4 (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/Kconfig | 4 |
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 bool select ZONE_DMA +config HOTPLUG_CPU + bool + default n + config I8259 bool |