2017-03-01 17:18:39 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_PYLIBFTDI
|
|
|
|
bool "python-pylibftdi"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2017-04-22 19:18:02 +02:00
|
|
|
select BR2_PACKAGE_LIBFTDI
|
2017-03-01 17:18:39 +01:00
|
|
|
help
|
|
|
|
This package contains the python language binding libftdi.
|
|
|
|
|
|
|
|
https://pypi.python.org/pypi/pylibftdi
|
|
|
|
|
|
|
|
comment "python-pylibftdi needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|