aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 10d624efb..937bab2be 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -312,11 +312,12 @@ config DEBUG_VERBOSE
often annoying) output will be generated. This means there are two levels
of debug output: errors-only and everything.
-config DEBUG_ENABLE
+config SYSLOG_ENABLE
bool "Enable Debug Controls"
default n
---help---
- Support an interface to dynamically enable or disable debug output.
+ Support an interface called syslog_enable to dynamically enable or
+ disable debug output.
comment "Subsystem Debug Options"