1 config BR2_PACKAGE_PYTHON_PYLIBFTDI
2 bool "python-pylibftdi"
3 select BR2_PACKAGE_LIBFTDI
4 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
6 This package contains the python language binding libftdi.
8 https://pypi.python.org/pypi/pylibftdi
10 comment "python-pylibftdi needs a toolchain w/ threads"
11 depends on !BR2_TOOLCHAIN_HAS_THREADS