The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libiqrf / Config.in
1 config BR2_PACKAGE_LIBIQRF
2         bool "libiqrf"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         select BR2_PACKAGE_LIBUSB
5         help
6           This library implement specific protocol
7           which is used for communicating with iqrf devices
8           (http://iqrf.org) over usb. For usb access is used
9           libusb library.
10
11           https://github.com/nandra/libiqrf
12
13 comment "libiqrf needs a toolchain w/ threads"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS