aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/Kconfig')
-rw-r--r--nuttx/fs/Kconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
index e6647f516..6aac7a3f7 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/fs/Kconfig
@@ -18,11 +18,22 @@ source fs/binfs/Kconfig
comment "System Logging"
+config SYSLOG_ENABLE
+ bool "Enable SYSLOG Controls"
+ default n
+ ---help---
+ Support an interface called syslog_enable to dynamically enable or
+ disable SYSLOG output. Default: SYSLOG output is always enabled.
+
config SYSLOG
- bool "System logging"
+ bool "Advanced SYSLOG features"
default n
---help---
- Enables generic system logging features.
+ 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 loggin capability.
if SYSLOG