qed: Change metadata needed for SPQ entries
[deliverable/linux.git] / drivers / usb / usbip / Kconfig
CommitLineData
64e62426 1config USBIP_CORE
ba753e41
GKH
2 tristate "USB/IP support"
3 depends on USB && NET
05a1f28e
TH
4 ---help---
5 This enables pushing USB packets over IP to allow remote
64e62426 6 machines direct access to USB devices. It provides the
7 USB/IP core that is required by both drivers.
05a1f28e 8
64e62426 9 For more details, and to get the userspace utility
dbc320f7 10 programs, please see <http://usbip.sourceforge.net/>.
64e62426 11
12 To compile this as a module, choose M here: the module will
13 be called usbip-core.
05a1f28e
TH
14
15 If unsure, say N.
04679b34 16
64e62426 17config USBIP_VHCI_HCD
18 tristate "VHCI hcd"
19 depends on USBIP_CORE
04679b34 20 ---help---
64e62426 21 This enables the USB/IP virtual host controller driver,
22 which is run on the remote machine.
04679b34 23
64e62426 24 To compile this driver as a module, choose M here: the
25 module will be called vhci-hcd.
4d7b5c7f 26
64e62426 27config USBIP_HOST
28 tristate "Host driver"
29 depends on USBIP_CORE
4d7b5c7f 30 ---help---
64e62426 31 This enables the USB/IP host driver, which is run on the
32 machine that is sharing the USB devices.
4d7b5c7f 33
64e62426 34 To compile this driver as a module, choose M here: the
35 module will be called usbip-host.
411a861f 36
64e62426 37config USBIP_DEBUG
38 bool "Debug messages for USB/IP"
39 depends on USBIP_CORE
411a861f 40 ---help---
64e62426 41 This enables the debug messages from the USB/IP drivers.
This page took 0.615413 seconds and 5 git commands to generate.