CVSROOT: /home/cvs
Module name: malta
Changes by: beth@ftp.linux-mips.org 05/07/27 15:17:18
Modified files:
linux/arch/mips: Tag: MaltaRef_2_6 Kconfig
Log message:
Make selecting the VPE loader and APSP stuff more friendly.
diff -urN malta/linux/arch/mips/Kconfig malta/linux/arch/mips/Kconfig
--- malta/linux/arch/mips/Kconfig 2005/07/27 13:37:39 1.73.1000.7
+++ malta/linux/arch/mips/Kconfig 2005/07/27 14:17:17 1.73.1000.8
@@ -1153,6 +1153,7 @@
config MIPS_VPE_LOADER
bool "VPE loader support."
depends on MIPS_MT
+ select MODULES
help
Includes a loader for loading an elf relocatable object
onto another VPE and running it.
@@ -1171,11 +1172,13 @@
config MIPS_VPE_APSP_API
bool "Enable support for AP/SP API (RTLX)"
depends on MIPS_VPE_LOADER
+ default y
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
|