aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2017-02-09 20:16:59 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-14 08:00:14 -0400
commitb47a6b40655b56bd4e578cb079013b666c9626fd (patch)
treeb751cbe85c83084959bf5595f016725a28c608bb
parent50e027728915ead0551e09ed238e33d2b2784344 (diff)
powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNEL
commit 496e9cb5b2aa2ba303d2bbd08518f9be2219ab4b upstream. The final paragraph of the help text is reversed. We want to enable this option by default, and disable it if the toolchain has a working -mprofile-kernel. Fixes: 8c50b72a3b4f ("powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel") Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/powerpc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 65fba4c34cd7..8f01f21e78f1 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -388,8 +388,8 @@ config DISABLE_MPROFILE_KERNEL
388 be disabled also. 388 be disabled also.
389 389
390 If you have a toolchain which supports mprofile-kernel, then you can 390 If you have a toolchain which supports mprofile-kernel, then you can
391 enable this. Otherwise leave it disabled. If you're not sure, say 391 disable this. Otherwise leave it enabled. If you're not sure, say
392 "N". 392 "Y".
393 393
394config MPROFILE_KERNEL 394config MPROFILE_KERNEL
395 depends on PPC64 && CPU_LITTLE_ENDIAN 395 depends on PPC64 && CPU_LITTLE_ENDIAN