Commit 04dd6771 authored by James Bottomley's avatar James Bottomley Committed by Linus Torvalds

[PATCH] fix IRQBALANCE Kconfig dependencies

CONFIG_IRQBALANCE only affects arch/i386/kernel/io_apic.c, so you should
only see it as an option if you actually have one of those.  This patch
makes IRQBALANCE depend on X86_IO_APIC.
parent 223679d4
...@@ -828,7 +828,7 @@ config EFI ...@@ -828,7 +828,7 @@ config EFI
config IRQBALANCE config IRQBALANCE
bool "Enable kernel irq balancing" bool "Enable kernel irq balancing"
depends on SMP depends on SMP && X86_IO_APIC
default y default y
help help
The defalut yes will allow the kernel to do irq load balancing. The defalut yes will allow the kernel to do irq load balancing.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment