The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / usb_modeswitch / Config.in
1 config BR2_PACKAGE_USB_MODESWITCH
2         bool "usb_modeswitch"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         select BR2_PACKAGE_LIBUSB
5         help
6           Some USB devices such as 3G/4G broadband modems power-up
7           in mass storage mode to provide access to drivers
8           for the device's application mode. usb_modeswitch
9           changes the mode of such devices from the initial power-up
10           mode to the application mode.
11           Specific configuration data for each device model is required.
12
13           usb_modeswitch can be used with the usb_modeswitch_data
14           package and eudev/systemd for automatic mode switching
15           when devices are connected.
16
17           For more information search the Internet for "Virtual CD-ROM
18           switching utility".
19
20           http://www.draisberghof.de/usb_modeswitch/
21
22 comment "usb_modeswitch needs a toolchain w/ threads"
23         depends on !BR2_TOOLCHAIN_HAS_THREADS