From: Jeff Dike Date: Wed, 11 Jan 2006 20:17:26 +0000 (-0800) Subject: [PATCH] uml: update Kconfig help X-Git-Tag: upstream/snapshot3+hdmi~43840 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=114d1ff4f551c8cc940de71b03c5b7365b4124f5;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/Kconfig b/arch/um/Kconfig index b4ff2e5..8ff3bcb 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -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"