fjpanag commented on a change in pull request #2621: URL: https://github.com/apache/incubator-nuttx/pull/2621#discussion_r555817737
########## File path: drivers/syslog/Kconfig ########## @@ -102,15 +102,59 @@ config SYSLOG_TIMESTAMP ---help--- Prepend timestamp to syslog message. +choice + prompt "Timestamp format" + depends on SYSLOG_TIMESTAMP + +config SYSLOG_TIMESTAMP_SYSTIME + bool "System time" + default y + ---help--- + Use the system timer for timestamp. + config SYSLOG_TIMESTAMP_REALTIME - bool "Use wall-clock for syslog timestamp" + bool "Wall-clock time" default n - depends on SYSLOG_TIMESTAMP ---help--- Use wall-clock (CLOCK_REALTIME) for timestamp. By default, CLOCK_MONOTONIC, if enabled, will be used or the system timer is not. +config SYSLOG_TIMESTAMP_FORMATED Review comment: Ok, I reverted it back to the previous structure. Please check now. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org