summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2015-03-10 08:30:56 -0400
committerRalf Baechle <ralf@linux-mips.org>2015-04-10 09:41:45 -0400
commit07edf0d46c07568d08feee95bbaa38c71b084150 (patch)
tree60e14c8ec080a5bc4311a491c0f6a1fc9d6a8362 /arch/mips/Kconfig
parent6eae35485b26f9e51ab896eb8a936bed9908fdf6 (diff)
MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameter
Commit b0a668fb2038 ("MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6") added the mips r2-to-r6 emulator so an R2 userland can be executed on R6 kernels. This needed both build time and runtime support. The runtime support needed the "mipsr2emu" kernel parameter instead of the "mipsr2emul" listed in the Kconfig help message. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Fixes: b0a668fb2038 ("MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6") Cc: linux-mips@linux-mips.org Cc: Markos Chandras <markos.chandras@imgtec.com> Patchwork: https://patchwork.linux-mips.org/patch/9504/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 69a3b0fab926..7222592ec334 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2107,7 +2107,7 @@ config MIPSR2_TO_R6_EMULATOR
2107 help 2107 help
2108 Choose this option if you want to run non-R6 MIPS userland code. 2108 Choose this option if you want to run non-R6 MIPS userland code.
2109 Even if you say 'Y' here, the emulator will still be disabled by 2109 Even if you say 'Y' here, the emulator will still be disabled by
2110 default. You can enable it using the 'mipsr2emul' kernel option. 2110 default. You can enable it using the 'mipsr2emu' kernel option.
2111 The only reason this is a build-time option is to save ~14K from the 2111 The only reason this is a build-time option is to save ~14K from the
2112 final kernel image. 2112 final kernel image.
2113comment "MIPS R2-to-R6 emulator is only available for UP kernels" 2113comment "MIPS R2-to-R6 emulator is only available for UP kernels"