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
index 19f82dde1..b19e44d73 100644
--- a/apps/interpreters/bas/Kconfig
+++ b/apps/interpreters/bas/Kconfig
@@ -35,5 +35,18 @@ config INTERPRETERS_BAS
if INTERPRETERS_BAS
+config INTERPRETER_BAS_VERSION
+ string "Version number"
+ default "2.4"
+
+config INTERPRETER_BAS_USE_LR0
+ bool "LR0 parser"
+ default n
+ ---help---
+ Select if you want LR0 parser.
+
+config INTERPRETER_BAS_USE_SELECT
+ bool "Use select()"
+ default n
endif