2005-12-13 06:00:18 +01:00
|
|
|
config BR2_PACKAGE_LIBUSB
|
|
|
|
bool "libusb"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2005-12-13 06:00:18 +01:00
|
|
|
help
|
|
|
|
Userspace library for accessing USB devices
|
|
|
|
|
2014-01-28 21:11:35 +01:00
|
|
|
http://libusb.info/
|
2012-06-28 03:35:25 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libusb needs a toolchain w/ threads"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|