Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 496e9cb5 authored by Anton Blanchard's avatar Anton Blanchard Committed by Michael Ellerman
Browse files

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: 8c50b72a ("powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel")
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent a7e0fb6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -394,8 +394,8 @@ config DISABLE_MPROFILE_KERNEL
	  be disabled also.
	  be disabled also.


	  If you have a toolchain which supports mprofile-kernel, then you can
	  If you have a toolchain which supports mprofile-kernel, then you can
	  enable this. Otherwise leave it disabled. If you're not sure, say
	  disable this. Otherwise leave it enabled. If you're not sure, say
	  "N".
	  "Y".


config MPROFILE_KERNEL
config MPROFILE_KERNEL
	depends on PPC64 && CPU_LITTLE_ENDIAN
	depends on PPC64 && CPU_LITTLE_ENDIAN