summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorDeng-Cheng Zhu2013-10-30 21:52:07 +0100
committerRalf Baechle2014-01-22 20:19:02 +0100
commit17a1d523aa5826dec25f2362e1630be365167bda (patch)
tree41167321b4950d064b1834859d95da64cce3671c /arch/mips/Kconfig
parentMIPS: APRP: Split VPE loader into separate files. (diff)
downloadkernel-qcow2-linux-17a1d523aa5826dec25f2362e1630be365167bda.tar.gz
kernel-qcow2-linux-17a1d523aa5826dec25f2362e1630be365167bda.tar.xz
kernel-qcow2-linux-17a1d523aa5826dec25f2362e1630be365167bda.zip
MIPS: APRP: Add VPE loader support for CMP platforms.
This patch adds VPE loader support for platforms having a CMP. 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/6092/
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 741fc31463c1..6395436c0569 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_CMP
+ bool
+ default "y"
+ depends on MIPS_VPE_LOADER && MIPS_CMP
+
config MIPS_VPE_LOADER_MT
bool
default "y"