summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas/Kconfig')
-rw-r--r--apps/interpreters/bas/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/interpreters/bas/Kconfig b/apps/interpreters/bas/Kconfig
new file mode 100644
index 000000000..a02f95469
--- /dev/null
+++ b/apps/interpreters/bas/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config INTERPRETERS_BAS
+ bool "Basic Interpreter support"
+ default n
+ ---help---
+ This is a Basic interpreter written by Michael Haardt
+
+if INTERPRETERS_BAS
+endif