xref: /OK3568_Linux_fs/buildroot/package/python-pyusb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PYUSB
2	bool "python-pyusb"
3	depends on BR2_PACKAGE_PYTHON3
4	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
6	select BR2_PACKAGE_LIBUSB
7	help
8	  The PyUSB module provides easy access to the Universal
9	  Serial Bus (USB) from Python.
10
11	  http://sourceforge.net/apps/trac/pyusb/
12
13comment "python-pyusb needs a toolchain w/ threads, gcc >= 4.9"
14	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
15		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
16