196c27377SValentina Maneaconfig USBIP_CORE 296c27377SValentina Manea tristate "USB/IP support" 3b5a2a8ecSArnd Bergmann depends on USB_COMMON && NET 496c27377SValentina Manea ---help--- 596c27377SValentina Manea This enables pushing USB packets over IP to allow remote 696c27377SValentina Manea machines direct access to USB devices. It provides the 796c27377SValentina Manea USB/IP core that is required by both drivers. 896c27377SValentina Manea 996c27377SValentina Manea For more details, and to get the userspace utility 1096c27377SValentina Manea programs, please see <http://usbip.sourceforge.net/>. 1196c27377SValentina Manea 1296c27377SValentina Manea To compile this as a module, choose M here: the module will 1396c27377SValentina Manea be called usbip-core. 1496c27377SValentina Manea 1596c27377SValentina Manea If unsure, say N. 1696c27377SValentina Manea 1796c27377SValentina Maneaconfig USBIP_VHCI_HCD 1896c27377SValentina Manea tristate "VHCI hcd" 19b5a2a8ecSArnd Bergmann depends on USBIP_CORE && USB 2096c27377SValentina Manea ---help--- 2196c27377SValentina Manea This enables the USB/IP virtual host controller driver, 2296c27377SValentina Manea which is run on the remote machine. 2396c27377SValentina Manea 2496c27377SValentina Manea To compile this driver as a module, choose M here: the 2596c27377SValentina Manea module will be called vhci-hcd. 2696c27377SValentina Manea 27*0775a9cbSNobuo Iwataconfig USBIP_VHCI_HC_PORTS 28*0775a9cbSNobuo Iwata int "Number of ports per USB/IP virtual host controller" 29*0775a9cbSNobuo Iwata range 1 31 30*0775a9cbSNobuo Iwata default 8 31*0775a9cbSNobuo Iwata depends on USBIP_VHCI_HCD 32*0775a9cbSNobuo Iwata ---help--- 33*0775a9cbSNobuo Iwata To increase number of ports available for USB/IP virtual 34*0775a9cbSNobuo Iwata host controller driver, this defines number of ports per 35*0775a9cbSNobuo Iwata USB/IP virtual host controller. 36*0775a9cbSNobuo Iwata 37*0775a9cbSNobuo Iwataconfig USBIP_VHCI_NR_HCS 38*0775a9cbSNobuo Iwata int "Number of USB/IP virtual host controllers" 39*0775a9cbSNobuo Iwata range 1 128 40*0775a9cbSNobuo Iwata default 1 41*0775a9cbSNobuo Iwata depends on USBIP_VHCI_HCD 42*0775a9cbSNobuo Iwata ---help--- 43*0775a9cbSNobuo Iwata To increase number of ports available for USB/IP virtual 44*0775a9cbSNobuo Iwata host controller driver, this defines number of USB/IP 45*0775a9cbSNobuo Iwata virtual host controllers as if adding physical host 46*0775a9cbSNobuo Iwata controllers. 47*0775a9cbSNobuo Iwata 4896c27377SValentina Maneaconfig USBIP_HOST 4996c27377SValentina Manea tristate "Host driver" 50b5a2a8ecSArnd Bergmann depends on USBIP_CORE && USB 5196c27377SValentina Manea ---help--- 5296c27377SValentina Manea This enables the USB/IP host driver, which is run on the 5396c27377SValentina Manea machine that is sharing the USB devices. 5496c27377SValentina Manea 5596c27377SValentina Manea To compile this driver as a module, choose M here: the 5696c27377SValentina Manea module will be called usbip-host. 5796c27377SValentina Manea 589360575cSIgor Kotrasinskiconfig USBIP_VUDC 599360575cSIgor Kotrasinski tristate "VUDC driver" 60b5a2a8ecSArnd Bergmann depends on USBIP_CORE && USB_GADGET 619360575cSIgor Kotrasinski ---help--- 629360575cSIgor Kotrasinski This enables the USB/IP virtual USB device controller 639360575cSIgor Kotrasinski driver, which is run on the host machine, allowing the 649360575cSIgor Kotrasinski machine itself to act as a device. 659360575cSIgor Kotrasinski 669360575cSIgor Kotrasinski To compile this driver as a module, choose M here: the 679360575cSIgor Kotrasinski module will be called usbip-vudc. 689360575cSIgor Kotrasinski 6996c27377SValentina Maneaconfig USBIP_DEBUG 7096c27377SValentina Manea bool "Debug messages for USB/IP" 7196c27377SValentina Manea depends on USBIP_CORE 7296c27377SValentina Manea ---help--- 7396c27377SValentina Manea This enables the debug messages from the USB/IP drivers. 74