aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-25 10:26:47 -0500
committerIngo Molnar <mingo@elte.hu>2008-12-25 10:26:47 -0500
commit973656fe1afb4adf95d7b9ab75d4660cd3821ea1 (patch)
tree5b617a8e9f87d1c89e0b5c8e3e01b2ea074f74c9 /arch/x86/Kconfig
parent4e17fee24a39448f3a20e9cf98887b7665825848 (diff)
x86, sparseirq: clean up Kconfig entry
Impact: improve help text Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index d14a8806227d..e4c038abb71c 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -242,10 +242,14 @@ config 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
244 help 244 help
245 This enables support for sparse irq, esp for msi/msi-x. You may need 245 This enables support for sparse irqs. This is useful for distro
246 if you have lots of cards supports msi-x installed. 246 kernels that want to define a high CONFIG_NR_CPUS value but still
247 want to have low kernel memory footprint on smaller machines.
247 248
248 If you don't know what to do here, say Y. 249 ( Sparse IRQs can also be beneficial on NUMA boxes, as they spread
250 out the irq_desc[] array in a more NUMA-friendly way. )
251
252 If you don't know what to do here, say N.
249 253
250config NUMA_MIGRATE_IRQ_DESC 254config NUMA_MIGRATE_IRQ_DESC
251 bool "Move irq desc when changing irq smp_affinity" 255 bool "Move irq desc when changing irq smp_affinity"