From: Jean-Luc Leger Date: Fri, 23 Jun 2006 09:05:20 +0000 (-0700) Subject: [PATCH] clean up default value of SYSCALL_DEBUG X-Git-Tag: v2.6.18-rc1~1081^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7a43575518702fe6829d970c3d04acd91ae5c91;p=platform%2Fkernel%2Flinux-exynos.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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