summaryrefslogtreecommitdiff
path: root/apps/interpreters/Kconfig
diff options
context:
space:
mode:
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"