On Tue, Nov 06, 2007 at 02:33:53AM -0800, akpm@linux-foundation.org wrote:
[mmotm.git] / drivers / staging / usbip / Kconfig
blob350d5d65ccf31ac83805ceebf82d424d10f6558b
1 config USB_IP_COMMON
2         tristate "USB IP support (EXPERIMENTAL)"
3         depends on USB && NET && EXPERIMENTAL
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
9           properly, see http://usbip.sourceforge.net/.
11           To compile this driver as a module, choose M here: the
12           module will be called usbip_common_mod.
14           If unsure, say N.
16 config 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.
24          To compile this driver as a module, choose M here: the
25          module will be called vhci_hcd.
27 config 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.
35          To compile this driver as a module, choose M here: the
36          module will be called usbip.