[PATCH] fix IRQBALANCE Kconfig dependencies

From: James Bottomley
Date: Tue Feb 24 2004 - 12:45:09 EST


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.

James

===== arch/i386/Kconfig 1.101 vs edited =====
--- 1.101/arch/i386/Kconfig Fri Feb 20 10:57:29 2004
+++ edited/arch/i386/Kconfig Tue Feb 24 11:36:42 2004
@@ -828,7 +828,7 @@

config IRQBALANCE
bool "Enable kernel irq balancing"
- depends on SMP
+ depends on SMP && X86_IO_APIC
default y
help
The defalut yes will allow the kernel to do irq load balancing.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/