summaryrefslogtreecommitdiff
path: root/apps/builtin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/builtin/Kconfig')
-rw-r--r--apps/builtin/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/builtin/Kconfig b/apps/builtin/Kconfig
new file mode 100644
index 000000000..8310e6df9
--- /dev/null
+++ b/apps/builtin/Kconfig
@@ -0,0 +1,15 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config BUILTIN
+ bool "Support Builtin Applications"
+ default n
+ ---help---
+ Enable support for builtin applications. This features assigns a string
+ name to an application. This feature is also the underlying requirement
+ to support built-in applications in the NuttShell (NSH).
+
+if BUILTIN
+endif