[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>
This commit is contained in:
parent
1e11d2782b
commit
c7a4357551
|
@ -49,7 +49,6 @@ config GCOV
|
||||||
|
|
||||||
config SYSCALL_DEBUG
|
config SYSCALL_DEBUG
|
||||||
bool "Enable system call debugging"
|
bool "Enable system call debugging"
|
||||||
default N
|
|
||||||
depends on DEBUG_INFO
|
depends on DEBUG_INFO
|
||||||
help
|
help
|
||||||
This adds some system debugging to UML, including keeping a ring buffer
|
This adds some system debugging to UML, including keeping a ring buffer
|
||||||
|
|
Loading…
Reference in New Issue