summaryrefslogtreecommitdiffstats
path: root/package/micropython
diff options
context:
space:
mode:
Diffstat (limited to 'package/micropython')
-rw-r--r--package/micropython/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/micropython/Config.in b/package/micropython/Config.in
index 00649d4fb6..b5dc47279d 100644
--- a/package/micropython/Config.in
+++ b/package/micropython/Config.in
@@ -2,8 +2,6 @@ config BR2_PACKAGE_MICROPYTHON
bool "micropython"
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
@@ -14,4 +12,3 @@ config BR2_PACKAGE_MICROPYTHON
comment "micropython needs a toolchain w/ threads, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
- depends on !BR2_bfin
OpenPOWER on IntegriCloud