Kconfig 1.1 KB
Newer Older
1
config USBIP_CORE
2 3
	tristate "USB/IP support"
	depends on USB && NET
4 5
	---help---
	  This enables pushing USB packets over IP to allow remote
6 7
	  machines direct access to USB devices. It provides the
	  USB/IP core that is required by both drivers.
8

9
	  For more details, and to get the userspace utility
10
	  programs, please see <http://usbip.sourceforge.net/>.
11 12 13

	  To compile this as a module, choose M here: the module will
	  be called usbip-core.
14 15

	  If unsure, say N.
16

17 18 19
config USBIP_VHCI_HCD
	tristate "VHCI hcd"
	depends on USBIP_CORE
20
	---help---
21 22
	  This enables the USB/IP virtual host controller driver,
	  which is run on the remote machine.
23

24 25
	  To compile this driver as a module, choose M here: the
	  module will be called vhci-hcd.
26

27 28 29
config USBIP_HOST
	tristate "Host driver"
	depends on USBIP_CORE
30
	---help---
31 32
	  This enables the USB/IP host driver, which is run on the
	  machine that is sharing the USB devices.
33

34 35
	  To compile this driver as a module, choose M here: the
	  module will be called usbip-host.
36

37 38 39
config USBIP_DEBUG
	bool "Debug messages for USB/IP"
	depends on USBIP_CORE
40
	---help---
41
	  This enables the debug messages from the USB/IP drivers.