196c27377SValentina Maneaconfig USBIP_CORE 296c27377SValentina Manea tristate "USB/IP support" 3cb9c1cfcSPeter Chen depends on NET 4cb9c1cfcSPeter Chen select USB_COMMON 596c27377SValentina Manea ---help--- 696c27377SValentina Manea This enables pushing USB packets over IP to allow remote 796c27377SValentina Manea machines direct access to USB devices. It provides the 896c27377SValentina Manea USB/IP core that is required by both drivers. 996c27377SValentina Manea 1096c27377SValentina Manea For more details, and to get the userspace utility 1196c27377SValentina Manea programs, please see <http://usbip.sourceforge.net/>. 1296c27377SValentina Manea 1396c27377SValentina Manea To compile this as a module, choose M here: the module will 1496c27377SValentina Manea be called usbip-core. 1596c27377SValentina Manea 1696c27377SValentina Manea If unsure, say N. 1796c27377SValentina Manea 1896c27377SValentina Maneaconfig USBIP_VHCI_HCD 1996c27377SValentina Manea tristate "VHCI hcd" 20b5a2a8ecSArnd Bergmann depends on USBIP_CORE && USB 2196c27377SValentina Manea ---help--- 2296c27377SValentina Manea This enables the USB/IP virtual host controller driver, 2396c27377SValentina Manea which is run on the remote machine. 2496c27377SValentina Manea 2596c27377SValentina Manea To compile this driver as a module, choose M here: the 2696c27377SValentina Manea module will be called vhci-hcd. 2796c27377SValentina Manea 280775a9cbSNobuo Iwataconfig USBIP_VHCI_HC_PORTS 290775a9cbSNobuo Iwata int "Number of ports per USB/IP virtual host controller" 30*351a8d48SBen Hutchings range 1 15 310775a9cbSNobuo Iwata default 8 320775a9cbSNobuo Iwata depends on USBIP_VHCI_HCD 330775a9cbSNobuo Iwata ---help--- 340775a9cbSNobuo Iwata To increase number of ports available for USB/IP virtual 350775a9cbSNobuo Iwata host controller driver, this defines number of ports per 360775a9cbSNobuo Iwata USB/IP virtual host controller. 370775a9cbSNobuo Iwata 380775a9cbSNobuo Iwataconfig USBIP_VHCI_NR_HCS 390775a9cbSNobuo Iwata int "Number of USB/IP virtual host controllers" 400775a9cbSNobuo Iwata range 1 128 410775a9cbSNobuo Iwata default 1 420775a9cbSNobuo Iwata depends on USBIP_VHCI_HCD 430775a9cbSNobuo Iwata ---help--- 440775a9cbSNobuo Iwata To increase number of ports available for USB/IP virtual 450775a9cbSNobuo Iwata host controller driver, this defines number of USB/IP 460775a9cbSNobuo Iwata virtual host controllers as if adding physical host 470775a9cbSNobuo Iwata controllers. 480775a9cbSNobuo Iwata 4996c27377SValentina Maneaconfig USBIP_HOST 5096c27377SValentina Manea tristate "Host driver" 51b5a2a8ecSArnd Bergmann depends on USBIP_CORE && USB 5296c27377SValentina Manea ---help--- 5396c27377SValentina Manea This enables the USB/IP host driver, which is run on the 5496c27377SValentina Manea machine that is sharing the USB devices. 5596c27377SValentina Manea 5696c27377SValentina Manea To compile this driver as a module, choose M here: the 5796c27377SValentina Manea module will be called usbip-host. 5896c27377SValentina Manea 599360575cSIgor Kotrasinskiconfig USBIP_VUDC 609360575cSIgor Kotrasinski tristate "VUDC driver" 61b5a2a8ecSArnd Bergmann depends on USBIP_CORE && USB_GADGET 629360575cSIgor Kotrasinski ---help--- 639360575cSIgor Kotrasinski This enables the USB/IP virtual USB device controller 649360575cSIgor Kotrasinski driver, which is run on the host machine, allowing the 659360575cSIgor Kotrasinski machine itself to act as a device. 669360575cSIgor Kotrasinski 679360575cSIgor Kotrasinski To compile this driver as a module, choose M here: the 689360575cSIgor Kotrasinski module will be called usbip-vudc. 699360575cSIgor Kotrasinski 7096c27377SValentina Maneaconfig USBIP_DEBUG 7196c27377SValentina Manea bool "Debug messages for USB/IP" 7296c27377SValentina Manea depends on USBIP_CORE 7396c27377SValentina Manea ---help--- 7496c27377SValentina Manea This enables the debug messages from the USB/IP drivers. 75