summaryrefslogtreecommitdiff
path: root/nuttx/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/Kconfig')
-rw-r--r--nuttx/fs/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
index 78d2fc89c..8de3f51b0 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/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