From: Ingo Molnar Date: Thu, 25 Dec 2008 11:04:17 +0000 (+0100) Subject: x86: turn CONFIG_SPARSE_IRQ off by default X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4e17fee24a39448f3a20e9cf98887b7665825848;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5c243826334a..d14a8806227d 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.