1 comment "usbredir needs a toolchain w/ threads"
2 depends on !BR2_TOOLCHAIN_HAS_THREADS
4 config BR2_PACKAGE_USBREDIR
6 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
7 select BR2_PACKAGE_LIBUSB
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.
14 Note: only the library is installed, not the utilities. Say 'y'
15 below if you want the server too.
17 http://www.spice-space.org/page/UsbRedir
19 if BR2_PACKAGE_USBREDIR
21 config BR2_PACKAGE_USBREDIR_SERVER
22 bool "usbredirserver on target"
24 If you want to serve usbredir requests on your target, say 'y'
25 here to have the usbredir server on the target.
27 Note: the server is not required to use the library.