From 39d25ce64a888d84a743d2fd514e822cc4484797 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 24 Nov 2014 08:41:04 -0600 Subject: BAS: Editor and shell commands are now configurable --- apps/interpreters/bas/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'apps/interpreters/bas/Kconfig') 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 -- cgit v1.2.3