linuxOS_AP05/buildroot/package/python-pylibftdi/Config.in

12 lines
343 B
Plaintext
Raw Permalink Normal View History

2025-06-02 05:59:07 +00:00
config BR2_PACKAGE_PYTHON_PYLIBFTDI
bool "python-pylibftdi"
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
select BR2_PACKAGE_LIBFTDI
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