diff options
author | Anton Blanchard <anton@samba.org> | 2017-02-10 12:16:59 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-10 13:42:02 +1100 |
commit | 496e9cb5b2aa2ba303d2bbd08518f9be2219ab4b (patch) | |
tree | ba1b0b739aec8e8f2e73097d1c0f2250d26f7b1c /arch/powerpc/Kconfig | |
parent | a7e0fb6c2029a780444d09560f739e020d54fe4d (diff) | |
download | lwn-496e9cb5b2aa2ba303d2bbd08518f9be2219ab4b.tar.gz lwn-496e9cb5b2aa2ba303d2bbd08518f9be2219ab4b.zip |
powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNEL
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>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index f26c2253fdf2..260dd6a371e0 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -394,8 +394,8 @@ config DISABLE_MPROFILE_KERNEL be disabled also. If you have a toolchain which supports mprofile-kernel, then you can - enable this. Otherwise leave it disabled. If you're not sure, say - "N". + disable this. Otherwise leave it enabled. If you're not sure, say + "Y". config MPROFILE_KERNEL depends on PPC64 && CPU_LITTLE_ENDIAN |