diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3b807b4bc7cd..b09eee2281c5 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1378,6 +1378,19 @@ config MIPS_MT_SMTC_IM_BACKSTOP | |||
1378 | impact on interrupt service overhead. Disable it only if you know | 1378 | impact on interrupt service overhead. Disable it only if you know |
1379 | what you are doing. | 1379 | what you are doing. |
1380 | 1380 | ||
1381 | config MIPS_MT_SMTC_IRQAFF | ||
1382 | bool "Support IRQ affinity API" | ||
1383 | depends on MIPS_MT_SMTC | ||
1384 | default n | ||
1385 | help | ||
1386 | Enables SMP IRQ affinity API (/proc/irq/*/smp_affinity, etc.) | ||
1387 | for SMTC Linux kernel. Requires platform support, of which | ||
1388 | an example can be found in the MIPS kernel i8259 and Malta | ||
1389 | platform code. It is recommended that MIPS_MT_SMTC_INSTANT_REPLAY | ||
1390 | be enabled if MIPS_MT_SMTC_IRQAFF is used. Adds overhead to | ||
1391 | interrupt dispatch, and should be used only if you know what | ||
1392 | you are doing. | ||
1393 | |||
1381 | config MIPS_VPE_LOADER_TOM | 1394 | config MIPS_VPE_LOADER_TOM |
1382 | bool "Load VPE program into memory hidden from linux" | 1395 | bool "Load VPE program into memory hidden from linux" |
1383 | depends on MIPS_VPE_LOADER | 1396 | depends on MIPS_VPE_LOADER |