1config USB_IP_COMMON 2 tristate "USB IP support (EXPERIMENTAL)" 3 depends on USB && NET && EXPERIMENTAL 4 default N 5 ---help--- 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.sourceforge.net/. 10 11 To compile this driver as a module, choose M here: the 12 module will be called usbip_common_mod. 13 14 If unsure, say N. 15 16config USB_IP_VHCI_HCD 17 tristate "USB IP client driver" 18 depends on USB_IP_COMMON 19 default N 20 ---help--- 21 This enables the USB IP host controller driver which will 22 run on the client machine. 23 24 To compile this driver as a module, choose M here: the 25 module will be called vhci_hcd. 26 27config USB_IP_HOST 28 tristate "USB IP host driver" 29 depends on USB_IP_COMMON 30 default N 31 ---help--- 32 This enables the USB IP device driver which will run on the 33 host machine. 34 35 To compile this driver as a module, choose M here: the 36 module will be called usbip. 37 38config USB_IP_DEBUG_ENABLE 39 bool "USB-IP Debug Enable" 40 depends on USB_IP_COMMON 41 default N 42 ---help--- 43 This enables the debug messages from the USB-IP drivers. 44