summaryrefslogtreecommitdiffstats
path: root/package/micropython/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/micropython/Config.in')
-rw-r--r--package/micropython/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/micropython/Config.in b/package/micropython/Config.in
new file mode 100644
index 0000000000..c62b3abfc2
--- /dev/null
+++ b/package/micropython/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_MICROPYTHON
+ bool "micropython"
+ select BR2_PACKAGE_LIBFFI
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ help
+ Micro Python is a lean and fast implementation of the Python 3
+ programming language that is optimised to run on a microcontroller.
+
+ http://micropython.org
+
+comment "micropython needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud