Skip to content

Commit

Permalink
[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU t…
Browse files Browse the repository at this point in the history
…o n.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent 028151b commit dbb7454
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,10 @@ config GENERIC_ISA_DMA
bool
select ZONE_DMA

config HOTPLUG_CPU
bool
default n

config I8259
bool

Expand Down

0 comments on commit dbb7454

Please sign in to comment.