1 config BR2_PACKAGE_LIBFTDI1
3 select BR2_PACKAGE_LIBUSB
4 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
6 Userspace access to FTDI USB interface chips (version 1.x)
8 http://www.intra2net.com/en/developer/libftdi/index.php
10 if BR2_PACKAGE_LIBFTDI1
12 config BR2_PACKAGE_LIBFTDI1_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_USE_WCHAR # boost
19 C++ bindings for libftdi
21 comment "libftdipp1 needs a toolchain w/ C++, wchar"
22 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
24 config BR2_PACKAGE_LIBFTDI1_PYTHON_BINDINGS
25 bool "python bindings"
26 depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
28 Python bindings for libftdi
30 config BR2_PACKAGE_LIBFTDI1_FDTI_EEPROM
31 select BR2_PACKAGE_LIBCONFUSE
32 bool "ftdi_eeprom tool"
34 endif # BR2_PACKAGE_LIBFTDI1
36 comment "libftdi1 needs a toolchain w/ threads"
37 depends on !BR2_TOOLCHAIN_HAS_THREADS