diff options
author | Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> | 2014-01-01 10:26:46 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 14:19:02 -0500 |
commit | 2c973ef0cc3f981bfb137c3e42e08de5e8f1cc18 (patch) | |
tree | 8f15ba20262f53e7465348db0581f16befb130db /arch/mips/Kconfig | |
parent | 17a1d523aa5826dec25f2362e1630be365167bda (diff) |
MIPS: APRP: Split RTLX support into separate files.
Split the RTLX 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.
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>
Patchwork: http://patchwork.linux-mips.org/patch/6093/
Reviewed-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6395436c0569..ca24da83db4e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1956,6 +1956,11 @@ config MIPS_VPE_APSP_API | |||
1956 | depends on MIPS_VPE_LOADER | 1956 | depends on MIPS_VPE_LOADER |
1957 | help | 1957 | help |
1958 | 1958 | ||
1959 | config MIPS_VPE_APSP_API_MT | ||
1960 | bool | ||
1961 | default "y" | ||
1962 | depends on MIPS_VPE_APSP_API && !MIPS_CMP | ||
1963 | |||
1959 | config MIPS_CMP | 1964 | config MIPS_CMP |
1960 | bool "MIPS CMP support" | 1965 | bool "MIPS CMP support" |
1961 | depends on SYS_SUPPORTS_MIPS_CMP && MIPS_MT_SMP | 1966 | depends on SYS_SUPPORTS_MIPS_CMP && MIPS_MT_SMP |