summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/Kconfig
blob: 37efb5e1bb822900fe6b04c0096d01181c5fc32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config USB_IP_COMMON
	tristate "USB IP support (EXPERIMENTAL)"
	depends on USB && 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.naist.jp/

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

	  If unsure, say N.