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/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/examples/nsh/Kconfig b/apps/examples/nsh/Kconfig
deleted file mode 100644
index 309aa925e..000000000
--- a/apps/examples/nsh/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# 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
- select NSH_LIBRARY
- select SYSTEM_READLINE
- ---help---
- Enable the NuttShell (NSH) example
-
-if EXAMPLES_NSH
-endif