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 / usbredir / Config.in
1 comment "usbredir needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
3
4 config BR2_PACKAGE_USBREDIR
5         bool "usbredir"
6         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
7         select BR2_PACKAGE_LIBUSB
8         help
9           usbredir is the name of a network protocol for sending usb device
10           traffic over a network connection. It is also the name of the
11           software package offering a parsing library, a usbredirhost library
12           and several utilities implementing this protocol.
13
14           Note: only the library is installed, not the utilities. Say 'y'
15           below if you want the server too.
16
17           http://www.spice-space.org/page/UsbRedir
18
19 if BR2_PACKAGE_USBREDIR
20
21 config BR2_PACKAGE_USBREDIR_SERVER
22         bool "usbredirserver on target"
23         help
24           If you want to serve usbredir requests on your target, say 'y'
25           here to have the usbredir server on the target.
26
27           Note: the server is not required to use the library.
28
29 endif