ad96726ad629350f191e06887a7afd144f4bd23a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / usb_modeswitch_data / Config.in
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
9
10           http://www.draisberghof.de/usb_modeswitch/
11
12 comment "usb_modeswitch_data needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS