Config.in 343 B

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