]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libftdi/Config.in
beb42d34c5cdebd36d145e04bc51b6ad36e2bbd0
[coffee/buildroot.git] / package / libftdi / Config.in
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
8
9           http://www.intra2net.com/en/developer/libftdi/index.php
10
11 if BR2_PACKAGE_LIBFTDI
12
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
20
21 comment "libftdi C++ bindings need a toolchain w/ wchar, C++"
22         depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
23
24 endif # BR2_PACKAGE_LIBFTDI
25
26 comment "libftdi needs a toolchain w/ threads"
27         depends on !BR2_TOOLCHAIN_HAS_THREADS