package/nbd: add option for the trdump utility
[buildroot-gz.git] / package / usb_modeswitch_data / Config.in
blobad96726ad629350f191e06887a7afd144f4bd23a
1 config BR2_PACKAGE_USB_MODESWITCH_DATA
2         bool "usb_modeswitch_data"
3         select BR2_PACKAGE_USB_MODESWITCH
4         depends on BR2_TOOLCHAIN_HAS_THREADS # usb_modeswitch -> libusb
5         help
6           USB mode switch data
7           Contains udev rules and events to allow usb_modeswitch to
8           function automatically
10           http://www.draisberghof.de/usb_modeswitch/
12 comment "usb_modeswitch_data needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS