aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/Kconfig
diff options
context:
space:
mode:
authorTakahiro Hirofuchi <hirofuchi@users.sourceforge.net>2008-07-09 14:56:51 -0600
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-10 15:31:09 -0700
commit04679b3489e048cd5dae79e050a3afed8e4e42b6 (patch)
treea283cfe4b3eaf70d1e3b6eafa769a67a983e0f52 /drivers/staging/usbip/Kconfig
parentStaging: USB/IP: add common functions needed (diff)
downloadlinux-dev-04679b3489e048cd5dae79e050a3afed8e4e42b6.tar.xz
linux-dev-04679b3489e048cd5dae79e050a3afed8e4e42b6.zip
Staging: USB/IP: add client driver
This adds the USB IP client driver Brian Merrell cleaned up a lot of this code and submitted it for inclusion. Greg also did a lot of cleanup. Signed-off-by: Brian G. Merrell <bgmerrell@novell.com> Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/Kconfig')
-rw-r--r--drivers/staging/usbip/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/usbip/Kconfig b/drivers/staging/usbip/Kconfig
index 37efb5e1bb82..c4d68e1581fc 100644
--- a/drivers/staging/usbip/Kconfig
+++ b/drivers/staging/usbip/Kconfig
@@ -12,3 +12,14 @@ config USB_IP_COMMON
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.