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/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/interpreters/bas/Kconfig b/apps/interpreters/bas/Kconfig
index 27c67ac70..844aaa1eb 100644
--- a/apps/interpreters/bas/Kconfig
+++ b/apps/interpreters/bas/Kconfig
@@ -72,5 +72,19 @@ config INTERPRETER_BAS_HAVE_FTRUNCATE
---help---
NuttX does not currently support the ftruncate interface
+config EXAMPLES_BAS_SHELL
+ bool "Shell support"
+ default n
+ depends on ARCH_HAVE_VFORK && EXPERIMENTAL
+ ---help---
+ Support execution of shell commands from BASIC.
+
+config EXAMPLES_BAS_EDITOR
+ bool "Editor support"
+ default n
+ depends on EXAMPLES_BAS_SHELL && ARCH_HAVE_VFORK && EXPERIMENTAL
+ ---help---
+ Support execution of an editor from BASIC.
+
endif