matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 1 | config USBIP_CORE |
Greg Kroah-Hartman | ba753e4 | 2012-09-17 23:02:36 -0700 | [diff] [blame] | 2 | tristate "USB/IP support" |
Peter Chen | cb9c1cf | 2016-09-14 09:49:30 +0800 | [diff] [blame] | 3 | depends on NET |
| 4 | select USB_COMMON |
Takahiro Hirofuchi | 05a1f28 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 5 | ---help--- |
| 6 | This enables pushing USB packets over IP to allow remote |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 7 | machines direct access to USB devices. It provides the |
| 8 | USB/IP core that is required by both drivers. |
Takahiro Hirofuchi | 05a1f28 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 9 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 10 | For more details, and to get the userspace utility |
Masanari Iida | dbc320f | 2013-01-07 23:28:10 +0900 | [diff] [blame] | 11 | programs, please see <http://usbip.sourceforge.net/>. |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 12 | |
| 13 | To compile this as a module, choose M here: the module will |
| 14 | be called usbip-core. |
Takahiro Hirofuchi | 05a1f28 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 15 | |
| 16 | If unsure, say N. |
Takahiro Hirofuchi | 04679b3 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 17 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 18 | config USBIP_VHCI_HCD |
| 19 | tristate "VHCI hcd" |
Arnd Bergmann | b5a2a8e | 2016-04-28 14:42:50 +0200 | [diff] [blame] | 20 | depends on USBIP_CORE && USB |
Takahiro Hirofuchi | 04679b3 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 21 | ---help--- |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 22 | This enables the USB/IP virtual host controller driver, |
| 23 | which is run on the remote machine. |
Takahiro Hirofuchi | 04679b3 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 24 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 25 | To compile this driver as a module, choose M here: the |
| 26 | module will be called vhci-hcd. |
Takahiro Hirofuchi | 4d7b5c7 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 27 | |
Nobuo Iwata | 0775a9c | 2016-06-13 11:33:40 +0900 | [diff] [blame] | 28 | config USBIP_VHCI_HC_PORTS |
| 29 | int "Number of ports per USB/IP virtual host controller" |
| 30 | range 1 31 |
| 31 | default 8 |
| 32 | depends on USBIP_VHCI_HCD |
| 33 | ---help--- |
| 34 | To increase number of ports available for USB/IP virtual |
| 35 | host controller driver, this defines number of ports per |
| 36 | USB/IP virtual host controller. |
| 37 | |
| 38 | config USBIP_VHCI_NR_HCS |
| 39 | int "Number of USB/IP virtual host controllers" |
| 40 | range 1 128 |
| 41 | default 1 |
| 42 | depends on USBIP_VHCI_HCD |
| 43 | ---help--- |
| 44 | To increase number of ports available for USB/IP virtual |
| 45 | host controller driver, this defines number of USB/IP |
| 46 | virtual host controllers as if adding physical host |
| 47 | controllers. |
| 48 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 49 | config USBIP_HOST |
| 50 | tristate "Host driver" |
Arnd Bergmann | b5a2a8e | 2016-04-28 14:42:50 +0200 | [diff] [blame] | 51 | depends on USBIP_CORE && USB |
Takahiro Hirofuchi | 4d7b5c7 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 52 | ---help--- |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 53 | This enables the USB/IP host driver, which is run on the |
| 54 | machine that is sharing the USB devices. |
Takahiro Hirofuchi | 4d7b5c7 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 55 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 56 | To compile this driver as a module, choose M here: the |
| 57 | module will be called usbip-host. |
Himanshu | 411a861 | 2010-01-23 17:52:02 +0530 | [diff] [blame] | 58 | |
Igor Kotrasinski | 9360575 | 2016-03-08 21:49:07 +0100 | [diff] [blame] | 59 | config USBIP_VUDC |
| 60 | tristate "VUDC driver" |
Arnd Bergmann | b5a2a8e | 2016-04-28 14:42:50 +0200 | [diff] [blame] | 61 | depends on USBIP_CORE && USB_GADGET |
Igor Kotrasinski | 9360575 | 2016-03-08 21:49:07 +0100 | [diff] [blame] | 62 | ---help--- |
| 63 | This enables the USB/IP virtual USB device controller |
| 64 | driver, which is run on the host machine, allowing the |
| 65 | machine itself to act as a device. |
| 66 | |
| 67 | To compile this driver as a module, choose M here: the |
| 68 | module will be called usbip-vudc. |
| 69 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 70 | config USBIP_DEBUG |
| 71 | bool "Debug messages for USB/IP" |
| 72 | depends on USBIP_CORE |
Himanshu | 411a861 | 2010-01-23 17:52:02 +0530 | [diff] [blame] | 73 | ---help--- |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 74 | This enables the debug messages from the USB/IP drivers. |