aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/Kconfig
blob: 2c1d10acb8b52c6022461d9babb48c521f4bb93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
config USB_IP_COMMON
	tristate "USB IP support (EXPERIMENTAL)"
	depends on USB && NET && EXPERIMENTAL
	default N
	---help---
	  This enables pushing USB packets over IP to allow remote
	  machines access to USB devices directly.  For more details,
	  and links to the userspace utility programs to let this work
	  properly, see http://usbip.sourceforge.net/.

	  To compile this driver as a module, choose M here: the
	  module will be called usbip_common_mod.

	  If unsure, say N.

config USB_IP_VHCI_HCD
	tristate "USB IP client driver"
	depends on USB_IP_COMMON
	default N
	---help---
	 This enables the USB IP host controller driver which will
	 run on the client machine.

	 To compile this driver as a module, choose M here: the
	 module will be called vhci_hcd.

config USB_IP_HOST
	tristate "USB IP host driver"
	depends on USB_IP_COMMON
	default N
	---help---
	 This enables the USB IP device driver which will run on the
	 host machine.

	 To compile this driver as a module, choose M here: the
	 module will be called usbip.

config USB_IP_DEBUG_ENABLE
	bool "USB-IP Debug Enable"
	depends on USB_IP_COMMON
	default N
	---help---
	  This enables the debug messages from the USB-IP drivers.