SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and the default value should be n
This commit is contained in:
parent
0ae4ee8df5
commit
cc679cc902
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue