2 tristate "USB IP support (EXPERIMENTAL)"
3 depends on USB && EXPERIMENTAL
6 This enables pushing USB packets over IP to allow remote
7 machines access to USB devices directly. For more details,
8 and links to the userspace utility programs to let this work
9 properly, see http://usbip.naist.jp/
11 To compile this driver as a module, choose M here: the
12 module will be called usbip_common_mod.
16 config USB_IP_VHCI_HCD
17 tristate "USB IP client driver"
18 depends on USB_IP_COMMON
21 This enables the USB IP host controller driver which will
22 run on the client machine.
24 To compile this driver as a module, choose M here: the
25 module will be called vhci_hcd.
28 tristate "USB IP host driver"
29 depends on USB_IP_COMMON
32 This enables the USB IP device driver which will run on the
35 To compile this driver as a module, choose M here: the
36 module will be called usbip.