de5b487014f419d6fcf4e4c0848caefbaab74036
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-pyusb / Config.in
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
10           http://sourceforge.net/apps/trac/pyusb/
11
12 comment "python-pyusb needs a toolchain w/ threads"
13         depends on BR2_PACKAGE_PYTHON
14         depends on !BR2_TOOLCHAIN_HAS_THREADS