aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 48ac688de3cd..8943c13502c6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -240,7 +240,7 @@ config X86_HAS_BOOT_CPU_ID
240 240
241config SPARSE_IRQ 241config SPARSE_IRQ
242 bool "Support sparse irq numbering" 242 bool "Support sparse irq numbering"
243 depends on PCI_MSI || HT_IRQ 243 depends on (PCI_MSI || HT_IRQ) && SMP
244 default y 244 default y
245 help 245 help
246 This enables support for sparse irq, esp for msi/msi-x. You may need 246 This enables support for sparse irq, esp for msi/msi-x. You may need