package/python-simplejson: bump version to 3.8.2
[buildroot-gz.git] / package / mraa / Config.in
blob2e5d3b128cc5316473a9ffa5f27ccc0533b211df
1 config BR2_PACKAGE_MRAA
2         bool "mraa"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_arm || BR2_i386 || BR2_x86_64
5         help
6           mraa is a C/C++ library with bindings to javascript & python
7           to interface with the IO on Galileo, Edison & other platforms,
8           with a structured and sane API where port names/numbering matches
9           the board that you are on.
11           http://iotdk.intel.com/docs/master/mraa
13 comment "mraa needs a toolchain w/ threads"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS