diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-04-05 04:45:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-18 22:14:27 -0400 |
commit | 2600990e640e3bef29ed89d565864cf16ee83833 (patch) | |
tree | 7c7a43916d509d56ad89b951c485c7d75f40468e /arch/mips/Kconfig | |
parent | bce1a28686ed6527977a198f698278b67c6bf9ec (diff) |
[MIPS] kpsd and other AP/SP improvements.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7b49aa5e8e2b..a7bac0459f99 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1476,6 +1476,16 @@ config MIPS_VPE_APSP_API | |||
1476 | depends on MIPS_VPE_LOADER | 1476 | depends on MIPS_VPE_LOADER |
1477 | help | 1477 | help |
1478 | 1478 | ||
1479 | config MIPS_APSP_KSPD | ||
1480 | bool "Enable KSPD" | ||
1481 | depends on MIPS_VPE_APSP_API | ||
1482 | default y | ||
1483 | help | ||
1484 | KSPD is a kernel daemon that accepts syscall requests from the SP | ||
1485 | side, actions them and returns the results. It also handles the | ||
1486 | "exit" syscall notifying other kernel modules the SP program is | ||
1487 | exiting. You probably want to say yes here. | ||
1488 | |||
1479 | config SB1_PASS_1_WORKAROUNDS | 1489 | config SB1_PASS_1_WORKAROUNDS |
1480 | bool | 1490 | bool |
1481 | depends on CPU_SB1_PASS_1 | 1491 | depends on CPU_SB1_PASS_1 |