]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/usbip/Kconfig
Staging: make usbip depend on CONFIG_NET
[linux-2.6-omap-h63xx.git] / drivers / staging / usbip / Kconfig
index 37efb5e1bb822900fe6b04c0096d01181c5fc32f..217fb7e62c2fd4d242c285cfbcd57df7ea3de294 100644 (file)
@@ -1,6 +1,6 @@
 config USB_IP_COMMON
        tristate "USB IP support (EXPERIMENTAL)"
-       depends on USB && EXPERIMENTAL
+       depends on USB && NET && EXPERIMENTAL
        default N
        ---help---
          This enables pushing USB packets over IP to allow remote
@@ -12,3 +12,25 @@ 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.
+
+config USB_IP_HOST
+       tristate "USB IP host driver"
+       depends on USB_IP_COMMON
+       default N
+       ---help---
+        This enables the USB IP device driver which will run on the
+        host machine.
+
+        To compile this driver as a module, choose M here: the
+        module will be called usbip.