ruby: bump version to 2.4.1
[buildroot-gz.git] / package / libftdi1 / Config.in
blobaca797b62acffc8ae3a0a4f93af1fcc9c4c8582c
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)
8           http://www.intra2net.com/en/developer/libftdi/index.php
10 if BR2_PACKAGE_LIBFTDI1
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_USE_WCHAR # boost
18         help
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
27         help
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