aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/nsh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nsh/Kconfig')
-rw-r--r--apps/examples/nsh/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/nsh/Kconfig b/apps/examples/nsh/Kconfig
new file mode 100644
index 000000000..289c7e515
--- /dev/null
+++ b/apps/examples/nsh/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_NSH
+ bool "NuttShell (NSH) example"
+ default n
+ ---help---
+ Enable the NuttShell (NSH) example
+
+if EXAMPLES_NSH
+endif