summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-03 09:11:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-03 09:11:25 -0600
commit83acc8b8a304ea02e954b033c706767e0f28a02e (patch)
tree6f6790ba4aeb1256858111d9f623a441aeb8563e /apps/interpreters/bas/Kconfig
parentb617ac1c3e500d248fa7afd583ddbf1660aeb567 (diff)
downloadnuttx-83acc8b8a304ea02e954b033c706767e0f28a02e.tar.gz
nuttx-83acc8b8a304ea02e954b033c706767e0f28a02e.tar.bz2
nuttx-83acc8b8a304ea02e954b033c706767e0f28a02e.zip
BAS: Remove config.h and INSTALL files. Add config options to Kconfig
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