RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / usbip / Kconfig
blob2c1d10acb8b52c6022461d9babb48c521f4bb93b
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.
38 config 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.