toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / micropython / Config.in
blobed65d6ab30269046480c272edaf4dcc0107e6eee
1 config BR2_PACKAGE_MICROPYTHON
2         bool "micropython"
3         select BR2_PACKAGE_LIBFFI
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on !BR2_STATIC_LIBS
6         # libffi doesn't provide the closure implementation on Blackfin
7         depends on !BR2_bfin
8         help
9           Micro Python is a lean and fast implementation of the Python 3
10           programming language that is optimised to run on a microcontroller.
12           http://micropython.org
14 comment "micropython needs a toolchain w/ threads, dynamic library"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
16         depends on !BR2_bfin