diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-01-11 15:17:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 21:42:09 -0500 |
commit | 114d1ff4f551c8cc940de71b03c5b7365b4124f5 (patch) | |
tree | 4cbdd6bcdce9cd34f3920676fdd10779c30a5780 | |
parent | 4ee189a9260849ebacbdd3caf1fd5eb077fcf6a9 (diff) |
[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>
-rw-r--r-- | arch/um/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index b4ff2e576021..8ff3bcbce5fc 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -35,12 +35,12 @@ menu "UML-specific options" | |||
35 | 35 | ||
36 | config MODE_TT | 36 | config MODE_TT |
37 | bool "Tracing thread support" | 37 | bool "Tracing thread support" |
38 | default y | 38 | default n |
39 | help | 39 | help |
40 | This option controls whether tracing thread support is compiled | 40 | This option controls whether tracing thread support is compiled |
41 | into UML. Normally, this should be set to Y. If you intend to | 41 | into UML. This option is largely obsolete, given that skas0 provides |
42 | use only skas mode (and the host has the skas patch applied to it), | 42 | skas security and performance without needing to patch the host. |
43 | then it is OK to say N here. | 43 | It is safe to say 'N' here. |
44 | 44 | ||
45 | config STATIC_LINK | 45 | config STATIC_LINK |
46 | bool "Force a static link" | 46 | bool "Force a static link" |