SYSLOG: Remove an obsolete, unused configuration item from Kconfig file

This commit is contained in:
Gregory Nutt 2016-06-21 07:58:42 -06:00
parent 62d8f839c7
commit c5ac473bc0
1 changed files with 0 additions and 10 deletions

View File

@ -101,16 +101,6 @@ config SYSLOG_INTBUFSIZE
---help---
The size of the interrupt buffer in bytes.
config SYSLOG
bool "Advanced SYSLOG features"
default n
---help---
Enables generic system logging features. NOTE: This setting is not
required to enable system logging. If this feature is not enable
system logging will still be available and will log to the system
console (like printf()). This setting is required to enable
customization of the basic system logging capability.
config SYSLOG_TIMESTAMP
bool "Prepend timestamp to syslog message"
default n