diff options
author | Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org> | 2006-06-23 05:05:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:43:03 -0400 |
commit | c7a43575518702fe6829d970c3d04acd91ae5c91 (patch) | |
tree | ac3e1fa7b6d51d734ece5abd7e72b79cad149376 /arch/um/Kconfig.debug | |
parent | 1e11d2782b2f8e86d22ad92c75b70ec8cad14dcf (diff) |
[PATCH] clean up default value of SYSCALL_DEBUG
Default values for boolean and tristate options can only be 'y', 'm' or 'n'.
This patch removes wrong default for SYSCALL_DEBUG.
Signed-off-by: Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Kconfig.debug')
-rw-r--r-- | arch/um/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index 5681a8bd370b..bab51d619173 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug | |||
@@ -49,7 +49,6 @@ config GCOV | |||
49 | 49 | ||
50 | config SYSCALL_DEBUG | 50 | config SYSCALL_DEBUG |
51 | bool "Enable system call debugging" | 51 | bool "Enable system call debugging" |
52 | default N | ||
53 | depends on DEBUG_INFO | 52 | depends on DEBUG_INFO |
54 | help | 53 | help |
55 | This adds some system debugging to UML, including keeping a ring buffer | 54 | This adds some system debugging to UML, including keeping a ring buffer |