[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: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Jeff Dike 2006-01-11 12:17:26 -08:00 committed by Linus Torvalds
parent 4ee189a926
commit 114d1ff4f5

View file

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