btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / libftdi / Config.in
blobbeb42d34c5cdebd36d145e04bc51b6ad36e2bbd0
1 config BR2_PACKAGE_LIBFTDI
2         bool "libftdi"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         select BR2_PACKAGE_LIBUSB
5         select BR2_PACKAGE_LIBUSB_COMPAT
6         help
7           Userspace access to FTDI USB interface chips
9           http://www.intra2net.com/en/developer/libftdi/index.php
11 if BR2_PACKAGE_LIBFTDI
13 config BR2_PACKAGE_LIBTFDI_CPP
14         bool "C++ bindings"
15         depends on BR2_INSTALL_LIBSTDCPP
16         depends on BR2_USE_WCHAR
17         select BR2_PACKAGE_BOOST
18         help
19           C++ bindings for libftdi
21 comment "libftdi C++ bindings need a toolchain w/ wchar, C++"
22         depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
24 endif # BR2_PACKAGE_LIBFTDI
26 comment "libftdi needs a toolchain w/ threads"
27         depends on !BR2_TOOLCHAIN_HAS_THREADS