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 / libftdi1 / Config.in
1 config BR2_PACKAGE_LIBFTDI1
2         bool "libftdi1"
3         select BR2_PACKAGE_LIBUSB
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5         help
6           Userspace access to FTDI USB interface chips (version 1.x)
7
8           http://www.intra2net.com/en/developer/libftdi/index.php
9
10 if BR2_PACKAGE_LIBFTDI1
11
12 config BR2_PACKAGE_LIBFTDI1_LIBFTDIPP1
13         bool "libftdipp1"
14         select BR2_PACKAGE_BOOST
15         depends on BR2_INSTALL_LIBSTDCPP # boost
16         depends on BR2_TOOLCHAIN_HAS_THREADS # boost
17         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
18         help
19           C++ bindings for libftdi
20
21 comment "libftdipp1 needs a toolchain w/ C++"
22         depends on !BR2_INSTALL_LIBSTDCPP
23         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
24
25 config BR2_PACKAGE_LIBFTDI1_PYTHON_BINDINGS
26         bool "python bindings"
27         depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
28         help
29           Python bindings for libftdi
30
31 config BR2_PACKAGE_LIBFTDI1_FDTI_EEPROM
32         select BR2_PACKAGE_LIBCONFUSE
33         bool "ftdi_eeprom tool"
34
35 endif # BR2_PACKAGE_LIBFTDI1
36
37 comment "libftdi1 needs a toolchain w/ threads"
38         depends on !BR2_TOOLCHAIN_HAS_THREADS