xref: /OK3568_Linux_fs/buildroot/package/python-libusb1/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_LIBUSB1
2*4882a593Smuzhiyun	bool "python-libusb1"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Pure-python wrapper for libusb-1.0.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  http://github.com/vpelletier/python-libusb1
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "python-libusb1 needs a toolchain w/ threads, gcc >= 4.9"
13*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3
14*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
15*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
16