summaryrefslogtreecommitdiff
path: root/package/usbutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/usbutils/Config.in')
-rw-r--r--package/usbutils/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/usbutils/Config.in b/package/usbutils/Config.in
index 23004d952..fd9926c4b 100644
--- a/package/usbutils/Config.in
+++ b/package/usbutils/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_USBUTILS
bool "usbutils"
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
select BR2_PACKAGE_LIBUSB
help
USB enumeration utilities
@@ -15,3 +16,6 @@ config BR2_PACKAGE_USBUTILS_ZLIB
This makes the data file smaller if you're not using a compressed
filesystem, but it also makes lsusb slower since it has
to decompress the file every time it's run.
+
+comment "usbutils needs a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS