Config.in 500 B

1234567891011121314151617
  1. config BR2_PACKAGE_USBUTILS
  2. bool "usbutils"
  3. select BR2_PACKAGE_LIBUSB
  4. help
  5. USB enumeration utilities
  6. http://linux-usb.sourceforge.net/
  7. config BR2_PACKAGE_USBUTILS_ZLIB
  8. bool "compressed data support"
  9. depends on BR2_PACKAGE_USBUTILS
  10. select BR2_PACKAGE_ZLIB
  11. help
  12. Enable use of zlib for a compressed usb.ids.gz
  13. This makes the data file smaller if you're not using a compressed
  14. filesystem, but it also makes lsusb slower since it has
  15. to decompress the file every time it's run.