summaryrefslogtreecommitdiff
path: root/apps/examples/nxconsole/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxconsole/Kconfig')
-rw-r--r--apps/examples/nxconsole/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/nxconsole/Kconfig b/apps/examples/nxconsole/Kconfig
index ae2bf3130..a52c49453 100644
--- a/apps/examples/nxconsole/Kconfig
+++ b/apps/examples/nxconsole/Kconfig
@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+config EXAMPLES_NXCONSOLE
+ bool "NxConsole example"
+ default n
+ ---help---
+ Enable the NxConsole example
+
+if EXAMPLES_NXCONSOLE
+endif