diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-01-15 10:31:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 23:09:07 +0100 |
commit | 044505c78010942c740285e47561d2952743e830 (patch) | |
tree | a6d225d176c4cf421a0ed7e7c32a2e3647eee411 /arch/mips | |
parent | 9d9812706f17c296f0ce3c932276f3757163cfa1 (diff) | |
download | talos-obmc-linux-044505c78010942c740285e47561d2952743e830.tar.gz talos-obmc-linux-044505c78010942c740285e47561d2952743e830.zip |
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')
-rw-r--r-- | arch/mips/Kconfig | 6 |
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 depends on MIPS_VPE_APSP_API && !MIPS_CMP config MIPS_CMP - bool "MIPS CMP support" + bool "MIPS CMP framework support" depends on SYS_SUPPORTS_MIPS_CMP && MIPS_MT_SMP select MIPS_GIC_IPI select SYNC_R4K select WEAK_ORDERING default n help - Enable Coherency Manager processor (CMP) support. + Select this if you are using a bootloader which implements the "CMP + framework" protocol (ie. YAMON) and want your kernel to make use of + its ability to start secondary CPUs. config MIPS_CPS bool "MIPS Coherent Processing System support" |