diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8943c13502c6..29073532f94c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -248,6 +248,15 @@ config SPARSE_IRQ | |||
248 | 248 | ||
249 | If you don't know what to do here, say Y. | 249 | If you don't know what to do here, say Y. |
250 | 250 | ||
251 | config NUMA_MIGRATE_IRQ_DESC | ||
252 | bool "Move irq desc when changing irq smp_affinity" | ||
253 | depends on SPARSE_IRQ && SMP | ||
254 | default n | ||
255 | help | ||
256 | This enables moving irq_desc to cpu/node that irq will use handled. | ||
257 | |||
258 | If you don't know what to do here, say N. | ||
259 | |||
251 | config X86_FIND_SMP_CONFIG | 260 | config X86_FIND_SMP_CONFIG |
252 | def_bool y | 261 | def_bool y |
253 | depends on X86_MPPARSE || X86_VOYAGER | 262 | depends on X86_MPPARSE || X86_VOYAGER |