Config.in 422 B

1234567891011121314
  1. config BR2_PACKAGE_PYTHON_PYUSB
  2. bool "python-pyusb"
  3. depends on BR2_PACKAGE_PYTHON
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
  5. select BR2_PACKAGE_LIBUSB
  6. help
  7. The PyUSB module provides easy access to the Universal
  8. Serial Bus (USB) from Python.
  9. http://sourceforge.net/apps/trac/pyusb/
  10. comment "python-pyusb needs a toolchain w/ threads"
  11. depends on BR2_PACKAGE_PYTHON
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS