Skip to content

Commit

Permalink
[PATCH] clean up default value of SYSCALL_DEBUG
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean-Luc Leger authored and Linus Torvalds committed Jun 23, 2006
1 parent 1e11d27 commit c7a4357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/um/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7a4357

Please sign in to comment.