summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-29 13:30:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-29 13:30:10 +0000
commitc54de384c21ce75736f48d6986117d6a560c0dcf (patch)
treedae0ab1a333a6c5a5beec4ae170141804fb57c22 /nuttx/fs
parentae5e2d8004affd8a0519de97a3c1ad700fa2b720 (diff)
downloadpx4-nuttx-c54de384c21ce75736f48d6986117d6a560c0dcf.tar.gz
px4-nuttx-c54de384c21ce75736f48d6986117d6a560c0dcf.tar.bz2
px4-nuttx-c54de384c21ce75736f48d6986117d6a560c0dcf.zip
USB monitor daemon updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs')
-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