summaryrefslogtreecommitdiff
path: root/apps/interpreters/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 10:49:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 10:49:20 -0600
commit999c029f446203e0a77b01db03503d7ca6111558 (patch)
tree02eda7397f42f406d50d3317b2c2a9e3373051bc /apps/interpreters/Kconfig
parent00b64ed8bb241b10737968a3518c929e329f9c37 (diff)
downloadnuttx-999c029f446203e0a77b01db03503d7ca6111558.tar.gz
nuttx-999c029f446203e0a77b01db03503d7ca6111558.tar.bz2
nuttx-999c029f446203e0a77b01db03503d7ca6111558.zip
Micro Python: Add logic to automatically download the Micro Python tarball at download
Diffstat (limited to 'apps/interpreters/Kconfig')
-rw-r--r--apps/interpreters/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/interpreters/Kconfig b/apps/interpreters/Kconfig
index 115876eb6..949752d62 100644
--- a/apps/interpreters/Kconfig
+++ b/apps/interpreters/Kconfig
@@ -3,8 +3,8 @@
# see misc/tools/kconfig-language.txt.
#
-source "$APPSDIR/interpreters/ficl/Kconfig"
source "$APPSDIR/interpreters/bas/Kconfig"
+source "$APPSDIR/interpreters/ficl/Kconfig"
config INTERPRETERS_PCODE
bool "Pascal p-code interpreter"
@@ -17,3 +17,5 @@ config INTERPRETERS_PCODE
if INTERPRETERS_PCODE
endif
+
+source "$APPSDIR/interpreters/micropython/Kconfig"