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" |
| 3 | depends on USB && NET |
Takahiro Hirofuchi | 05a1f28 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 4 | ---help--- |
| 5 | This enables pushing USB packets over IP to allow remote |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 6 | machines direct access to USB devices. It provides the |
| 7 | USB/IP core that is required by both drivers. |
Takahiro Hirofuchi | 05a1f28 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 8 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 9 | For more details, and to get the userspace utility |
Masanari Iida | dbc320f | 2013-01-07 23:28:10 +0900 | [diff] [blame] | 10 | programs, please see <http://usbip.sourceforge.net/>. |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 11 | |
| 12 | To compile this as a module, choose M here: the module will |
| 13 | be called usbip-core. |
Takahiro Hirofuchi | 05a1f28 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 14 | |
| 15 | If unsure, say N. |
Takahiro Hirofuchi | 04679b3 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 16 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 17 | config USBIP_VHCI_HCD |
| 18 | tristate "VHCI hcd" |
| 19 | depends on USBIP_CORE |
Takahiro Hirofuchi | 04679b3 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 20 | ---help--- |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 21 | This enables the USB/IP virtual host controller driver, |
| 22 | which is run on the remote machine. |
Takahiro Hirofuchi | 04679b3 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 23 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 24 | To compile this driver as a module, choose M here: the |
| 25 | module will be called vhci-hcd. |
Takahiro Hirofuchi | 4d7b5c7 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 26 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 27 | config USBIP_HOST |
| 28 | tristate "Host driver" |
| 29 | depends on USBIP_CORE |
Takahiro Hirofuchi | 4d7b5c7 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 30 | ---help--- |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 31 | This enables the USB/IP host driver, which is run on the |
| 32 | machine that is sharing the USB devices. |
Takahiro Hirofuchi | 4d7b5c7 | 2008-07-09 14:56:51 -0600 | [diff] [blame] | 33 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 34 | To compile this driver as a module, choose M here: the |
| 35 | module will be called usbip-host. |
Himanshu | 411a861 | 2010-01-23 17:52:02 +0530 | [diff] [blame] | 36 | |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 37 | config USBIP_DEBUG |
| 38 | bool "Debug messages for USB/IP" |
| 39 | depends on USBIP_CORE |
Himanshu | 411a861 | 2010-01-23 17:52:02 +0530 | [diff] [blame] | 40 | ---help--- |
matt mooney | 64e6242 | 2011-05-11 22:33:44 -0700 | [diff] [blame] | 41 | This enables the debug messages from the USB/IP drivers. |