| tristate "USB IP support (EXPERIMENTAL)" |
| depends on USB && NET && EXPERIMENTAL |
| This enables pushing USB packets over IP to allow remote |
| machines access to USB devices directly. For more details, |
| and links to the userspace utility programs to let this work |
| properly, see http://usbip.sourceforge.net/. |
| To compile this driver as a module, choose M here: the |
| module will be called usbip_common_mod. |
| tristate "USB IP client driver" |
| This enables the USB IP host controller driver which will |
| run on the client machine. |
| To compile this driver as a module, choose M here: the |
| module will be called vhci_hcd. |
| tristate "USB IP host driver" |
| This enables the USB IP device driver which will run on the |
| To compile this driver as a module, choose M here: the |
| module will be called usbip. |