SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and the default value should be n

This commit is contained in:
Gregory Nutt 2014-11-01 13:47:10 -06:00
parent 0ae4ee8df5
commit cc679cc902
1 changed files with 3 additions and 3 deletions

View File

@ -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