From cc679cc902c9e61a56f0575bbf735dff6ca3a330 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Nov 2014 13:47:10 -0600 Subject: [PATCH] SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and the default value should be n --- fs/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index 78d2fc89cb..8de3f51b09 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -73,14 +73,14 @@ config SYSLOG console (like printf()). This setting is required to enable customization of the basic system loggin capability. -if SYSLOG - config SYSLOG_TIMESTAMP bool "Prepend timestamp to syslog message" - default y + default n ---help--- Prepend timestamp to syslog message. +if SYSLOG + config SYSLOG_CHAR bool "System log character device support" default y