diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 11:14:12 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 11:14:12 +0200 |
commit | 2551aebc670073530d15ee249c6e41afda82a98b (patch) | |
tree | accd5291cdc50edd12a76ff514b6b06ed30367cd /arch/mips/Kconfig | |
parent | 2eaaac508a7435dda92f9f16d612a1354ea3d7c4 (diff) | |
download | linux-2551aebc670073530d15ee249c6e41afda82a98b.tar.bz2 |
MIPS: MT: Remove kspd.
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, 0 insertions, 10 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2c580cf59397..3803696e635d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2039,16 +2039,6 @@ config MIPS_VPE_APSP_API depends on MIPS_VPE_LOADER help -config MIPS_APSP_KSPD - bool "Enable KSPD" - depends on MIPS_VPE_APSP_API - default y - help - KSPD is a kernel daemon that accepts syscall requests from the SP - side, actions them and returns the results. It also handles the - "exit" syscall notifying other kernel modules the SP program is - exiting. You probably want to say yes here. - config MIPS_CMP bool "MIPS CMP framework support" depends on SYS_SUPPORTS_MIPS_CMP |