]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - Config.in
923853af045362e8e6db8798691f8da00530e851
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_USBUTILS
2         bool "usbutils"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         depends on BR2_PACKAGE_HAS_UDEV # needs hwdb
5         select BR2_PACKAGE_LIBUSB
6         help
7           USB enumeration utilities
8
9           http://linux-usb.sourceforge.net/
10
11 comment "usbutils needs udev /dev management and toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_HAS_UDEV