2011-05-11 22:33:44 -07:00
|
|
|
config USBIP_CORE
|
2012-09-17 23:02:36 -07:00
|
|
|
tristate "USB/IP support"
|
|
|
|
depends on USB && NET
|
2008-07-09 14:56:51 -06:00
|
|
|
---help---
|
|
|
|
This enables pushing USB packets over IP to allow remote
|
2011-05-11 22:33:44 -07:00
|
|
|
machines direct access to USB devices. It provides the
|
|
|
|
USB/IP core that is required by both drivers.
|
2008-07-09 14:56:51 -06:00
|
|
|
|
2011-05-11 22:33:44 -07:00
|
|
|
For more details, and to get the userspace utility
|
2013-01-07 23:28:10 +09:00
|
|
|
programs, please see <http://usbip.sourceforge.net/>.
|
2011-05-11 22:33:44 -07:00
|
|
|
|
|
|
|
To compile this as a module, choose M here: the module will
|
|
|
|
be called usbip-core.
|
2008-07-09 14:56:51 -06:00
|
|
|
|
|
|
|
If unsure, say N.
|
2008-07-09 14:56:51 -06:00
|
|
|
|
2011-05-11 22:33:44 -07:00
|
|
|
config USBIP_VHCI_HCD
|
|
|
|
tristate "VHCI hcd"
|
|
|
|
depends on USBIP_CORE
|
2008-07-09 14:56:51 -06:00
|
|
|
---help---
|
2011-05-11 22:33:44 -07:00
|
|
|
This enables the USB/IP virtual host controller driver,
|
|
|
|
which is run on the remote machine.
|
2008-07-09 14:56:51 -06:00
|
|
|
|
2011-05-11 22:33:44 -07:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called vhci-hcd.
|
2008-07-09 14:56:51 -06:00
|
|
|
|
2011-05-11 22:33:44 -07:00
|
|
|
config USBIP_HOST
|
|
|
|
tristate "Host driver"
|
|
|
|
depends on USBIP_CORE
|
2008-07-09 14:56:51 -06:00
|
|
|
---help---
|
2011-05-11 22:33:44 -07:00
|
|
|
This enables the USB/IP host driver, which is run on the
|
|
|
|
machine that is sharing the USB devices.
|
2008-07-09 14:56:51 -06:00
|
|
|
|
2011-05-11 22:33:44 -07:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called usbip-host.
|
2010-01-23 17:52:02 +05:30
|
|
|
|
2011-05-11 22:33:44 -07:00
|
|
|
config USBIP_DEBUG
|
|
|
|
bool "Debug messages for USB/IP"
|
|
|
|
depends on USBIP_CORE
|
2010-01-23 17:52:02 +05:30
|
|
|
---help---
|
2011-05-11 22:33:44 -07:00
|
|
|
This enables the debug messages from the USB/IP drivers.
|