aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorDeng-Cheng Zhu <dengcheng.zhu@imgtec.com>2013-10-30 16:52:07 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-01-22 14:19:02 -0500
commit17a1d523aa5826dec25f2362e1630be365167bda (patch)
tree41167321b4950d064b1834859d95da64cce3671c /arch/mips/Kconfig
parent1a2a6d7e8816ed2b2679a0c4f7ba4019cd31dd62 (diff)
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
1907 Includes a loader for loading an elf relocatable object 1907 Includes a loader for loading an elf relocatable object
1908 onto another VPE and running it. 1908 onto another VPE and running it.
1909 1909
1910config MIPS_VPE_LOADER_CMP
1911 bool
1912 default "y"
1913 depends on MIPS_VPE_LOADER && MIPS_CMP
1914
1910config MIPS_VPE_LOADER_MT 1915config MIPS_VPE_LOADER_MT
1911 bool 1916 bool
1912 default "y" 1917 default "y"