diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 600584b7a497..8636ddf2f4a4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -237,17 +237,6 @@ config SMP | |||
237 | 237 | ||
238 | If you don't know what to do here, say N. | 238 | If you don't know what to do here, say N. |
239 | 239 | ||
240 | config HAVE_SPARSE_IRQ | ||
241 | bool "Support sparse irq numbering" | ||
242 | depends on PCI_MSI || HT_IRQ | ||
243 | default y | ||
244 | help | ||
245 | This enables support for sparse irq, esp for msi/msi-x. the irq | ||
246 | number will be bus/dev/fn + 12bit. You may need if you have lots of | ||
247 | cards supports msi-x installed. | ||
248 | |||
249 | If you don't know what to do here, say Y. | ||
250 | |||
251 | config X86_FIND_SMP_CONFIG | 240 | config X86_FIND_SMP_CONFIG |
252 | def_bool y | 241 | def_bool y |
253 | depends on X86_MPPARSE || X86_VOYAGER | 242 | depends on X86_MPPARSE || X86_VOYAGER |