Config.in 360 B

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