aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-25 12:04:17 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-25 12:04:17 +0100
commit4e17fee24a39448f3a20e9cf98887b7665825848 (patch)
tree33f171ad5e0bdae0aa104e07adf80e8d41e4da97 /arch/x86/Kconfig
parentb909895739427874c089bc0e03dc119f99cab2dd (diff)
x86: turn CONFIG_SPARSE_IRQ off by default
New feature - lets disable it by default first - can flip it around later. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5c243826334..d14a8806227 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -241,7 +241,6 @@ config X86_HAS_BOOT_CPU_ID
config SPARSE_IRQ
bool "Support sparse irq numbering"
depends on PCI_MSI || HT_IRQ
- default y
help
This enables support for sparse irq, esp for msi/msi-x. You may need
if you have lots of cards supports msi-x installed.