summaryrefslogtreecommitdiffstats
path: root/package/usbutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/usbutils/Config.in')
-rw-r--r--package/usbutils/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/usbutils/Config.in b/package/usbutils/Config.in
index 01c9fc3fc..23004d952 100644
--- a/package/usbutils/Config.in
+++ b/package/usbutils/Config.in
@@ -5,3 +5,13 @@ config BR2_PACKAGE_USBUTILS
USB enumeration utilities
http://linux-usb.sourceforge.net/
+
+config BR2_PACKAGE_USBUTILS_ZLIB
+ bool "compressed data support"
+ depends on BR2_PACKAGE_USBUTILS
+ select BR2_PACKAGE_ZLIB
+ help
+ Enable use of zlib for a compressed usb.ids.gz
+ 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.