diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-10-15 07:16:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:53:14 -0400 |
commit | 3235e936c0cc3589309280b6f59e5096779adae3 (patch) | |
tree | 3684dba6c7ce54b896af1851cdb51bfe00711fbc /arch | |
parent | 7ef0c30dbf96a8d9a234e90c248eb19df3c031be (diff) |
x86: remove sparse irq from Kconfig
This code is not ready yet.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 |