summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorDeng-Cheng Zhu2013-10-30 21:52:06 +0100
committerRalf Baechle2014-01-22 20:19:01 +0100
commit1a2a6d7e8816ed2b2679a0c4f7ba4019cd31dd62 (patch)
treec7ae6f594ac9ee8e2c791b48d2d18a0bec326b9a /arch/mips/Kconfig
parentMIPS: Clean up MIPS MT and CMP configuration options. (diff)
downloadkernel-qcow2-linux-1a2a6d7e8816ed2b2679a0c4f7ba4019cd31dd62.tar.gz
kernel-qcow2-linux-1a2a6d7e8816ed2b2679a0c4f7ba4019cd31dd62.tar.xz
kernel-qcow2-linux-1a2a6d7e8816ed2b2679a0c4f7ba4019cd31dd62.zip
MIPS: APRP: Split VPE loader into separate files.
Split the VPE functionality in preparation for adding support for CMP platforms. Common functions remain in the original file and a new file contains code specific to platforms that do not have a CMP present. Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com> Reviewed-by: Qais Yousef <Qais.Yousef@imgtec.com> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6094/
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 5ee558b317ed..741fc31463c1 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1907,6 +1907,11 @@ config MIPS_VPE_LOADER
Includes a loader for loading an elf relocatable object
onto another VPE and running it.
+config MIPS_VPE_LOADER_MT
+ bool
+ default "y"
+ depends on MIPS_VPE_LOADER && !MIPS_CMP
+
config MIPS_MT_SMTC_IM_BACKSTOP
bool "Use per-TC register bits as backstop for inhibited IM bits"
depends on MIPS_MT_SMTC