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
|
|
|
|
|
|
|
|
http://libusb.sourceforge.net/
|
2012-06-28 03:35:25 +02:00
|
|
|
|
|
|
|
comment "libusb needs a toolchain with thread support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|