aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2014-01-15 05:31:58 -0500
committerRalf Baechle <ralf@linux-mips.org>2014-03-26 18:09:07 -0400
commit044505c78010942c740285e47561d2952743e830 (patch)
treea6d225d176c4cf421a0ed7e7c32a2e3647eee411 /arch/mips/Kconfig
parent9d9812706f17c296f0ce3c932276f3757163cfa1 (diff)
MIPS: More helpful CONFIG_MIPS_CMP label, help text
The prior help text introduced in commit f55afb0969cc "MIPS: Clean up MIPS MT and CMP configuration options." reads as though this option enables the kernel to make use of the CM hardware, which is not true. What it actually does is allow the kernel to interact with the YAMON bootloader which actually interacts with the CM hardware to bring up secondary cores. Re-introduce the word "framework" which that commit removed to avoid misleading people. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6367/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 38a77e43effb..bc681f0889f5 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1999,14 +1999,16 @@ config MIPS_VPE_APSP_API_MT
1999 depends on MIPS_VPE_APSP_API && !MIPS_CMP 1999 depends on MIPS_VPE_APSP_API && !MIPS_CMP
2000 2000
2001config MIPS_CMP 2001config MIPS_CMP
2002 bool "MIPS CMP support" 2002 bool "MIPS CMP framework support"
2003 depends on SYS_SUPPORTS_MIPS_CMP && MIPS_MT_SMP 2003 depends on SYS_SUPPORTS_MIPS_CMP && MIPS_MT_SMP
2004 select MIPS_GIC_IPI 2004 select MIPS_GIC_IPI
2005 select SYNC_R4K 2005 select SYNC_R4K
2006 select WEAK_ORDERING 2006 select WEAK_ORDERING
2007 default n 2007 default n
2008 help 2008 help
2009 Enable Coherency Manager processor (CMP) support. 2009 Select this if you are using a bootloader which implements the "CMP
2010 framework" protocol (ie. YAMON) and want your kernel to make use of
2011 its ability to start secondary CPUs.
2010 2012
2011config MIPS_CPS 2013config MIPS_CPS
2012 bool "MIPS Coherent Processing System support" 2014 bool "MIPS Coherent Processing System support"