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

Commit 114d1ff4 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[PATCH] uml: update Kconfig help



The MODE_TT help was a little outdated.  This updates it in light of the
existence of skas0 mode.  It's also turned off by default since it is mostly
obsoleted by skas0 mode.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4ee189a9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -35,12 +35,12 @@ menu "UML-specific options"

config MODE_TT
	bool "Tracing thread support"
	default y
	default n
	help
	This option controls whether tracing thread support is compiled
	into UML.  Normally, this should be set to Y.  If you intend to
	use only skas mode (and the host has the skas patch applied to it),
	then it is OK to say N here.
	into UML.  This option is largely obsolete, given that skas0 provides
	skas security and performance without needing to patch the host.
	It is safe to say 'N' here.

config STATIC_LINK
	bool "Force a static link"