]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/staging/usbip/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs...
[mirror_ubuntu-artful-kernel.git] / drivers / staging / usbip / Kconfig
CommitLineData
05a1f28e
TH
1config USB_IP_COMMON
2 tristate "USB IP support (EXPERIMENTAL)"
6de5bd12 3 depends on USB && NET && EXPERIMENTAL && BKL
05a1f28e
TH
4 default N
5 ---help---
6 This enables pushing USB packets over IP to allow remote
7 machines access to USB devices directly. For more details,
8 and links to the userspace utility programs to let this work
b8868e45 9 properly, see http://usbip.sourceforge.net/.
05a1f28e
TH
10
11 To compile this driver as a module, choose M here: the
12 module will be called usbip_common_mod.
13
14 If unsure, say N.
04679b34
TH
15
16config USB_IP_VHCI_HCD
17 tristate "USB IP client driver"
18 depends on USB_IP_COMMON
19 default N
20 ---help---
21 This enables the USB IP host controller driver which will
22 run on the client machine.
23
24 To compile this driver as a module, choose M here: the
25 module will be called vhci_hcd.
4d7b5c7f
TH
26
27config USB_IP_HOST
28 tristate "USB IP host driver"
29 depends on USB_IP_COMMON
30 default N
31 ---help---
32 This enables the USB IP device driver which will run on the
33 host machine.
34
35 To compile this driver as a module, choose M here: the
36 module will be called usbip.
411a861f
H
37
38config USB_IP_DEBUG_ENABLE
39 bool "USB-IP Debug Enable"
40 depends on USB_IP_COMMON
41 default N
42 ---help---
43 This enables the debug messages from the USB-IP drivers.