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
|
2020-12-13 16:56:36 +01:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # _Thread_local
|
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
|
|
|
|
2018-06-11 15:47:50 +02:00
|
|
|
if BR2_PACKAGE_LIBUSB
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBUSB_EXAMPLES
|
|
|
|
bool "build libusb examples"
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2020-12-13 16:56:36 +01:00
|
|
|
comment "libusb needs a toolchain w/ threads, gcc >= 4.9"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|