diff options
author | Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org> | 2006-06-23 02:05:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 07:43:03 -0700 |
commit | c7a43575518702fe6829d970c3d04acd91ae5c91 (patch) | |
tree | ac3e1fa7b6d51d734ece5abd7e72b79cad149376 /arch/um | |
parent | 1e11d2782b2f8e86d22ad92c75b70ec8cad14dcf (diff) | |
download | op-kernel-dev-c7a43575518702fe6829d970c3d04acd91ae5c91.zip op-kernel-dev-c7a43575518702fe6829d970c3d04acd91ae5c91.tar.gz |
[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')
-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 5681a8b..bab51d6 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug @@ -49,7 +49,6 @@ config GCOV config SYSCALL_DEBUG bool "Enable system call debugging" - default N depends on DEBUG_INFO help This adds some system debugging to UML, including keeping a ring buffer |