summaryrefslogtreecommitdiffstats
path: root/package/micropython
diff options
context:
space:
mode:
Diffstat (limited to 'package/micropython')
-rw-r--r--package/micropython/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/micropython/Config.in b/package/micropython/Config.in
index ed65d6ab30..ac06d7ffc1 100644
--- a/package/micropython/Config.in
+++ b/package/micropython/Config.in
@@ -1,10 +1,10 @@
config BR2_PACKAGE_MICROPYTHON
bool "micropython"
- select BR2_PACKAGE_LIBFFI
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
# libffi doesn't provide the closure implementation on Blackfin
depends on !BR2_bfin
+ select BR2_PACKAGE_LIBFFI
help
Micro Python is a lean and fast implementation of the Python 3
programming language that is optimised to run on a microcontroller.
OpenPOWER on IntegriCloud