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 / libftdi / Config.in
1 config BR2_PACKAGE_LIBFTDI
2         bool "libftdi"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         depends on BR2_ARCH_HAS_ATOMICS
5         select BR2_PACKAGE_LIBUSB
6         select BR2_PACKAGE_LIBUSB_COMPAT
7         help
8           Userspace access to FTDI USB interface chips
9
10           http://www.intra2net.com/en/developer/libftdi/index.php
11
12 if BR2_PACKAGE_LIBFTDI
13
14 config BR2_PACKAGE_LIBTFDI_CPP
15         depends on BR2_INSTALL_LIBSTDCPP
16         bool "C++ bindings"
17         help
18           C++ bindings for libftdi
19
20 endif # BR2_PACKAGE_LIBFTDI
21
22 comment "libftdi needs a toolchain w/ threads"
23         depends on BR2_ARCH_HAS_ATOMICS
24         depends on !BR2_TOOLCHAIN_HAS_THREADS