staging: remove hp100 driver
[linux-2.6-microblaze.git] / net / vmw_vsock / Kconfig
index 8abcb81..56356d2 100644 (file)
@@ -26,6 +26,18 @@ config VSOCKETS_DIAG
 
          Enable this module so userspace applications can query open sockets.
 
+config VSOCKETS_LOOPBACK
+       tristate "Virtual Sockets loopback transport"
+       depends on VSOCKETS
+       default y
+       select VIRTIO_VSOCKETS_COMMON
+       help
+         This module implements a loopback transport for Virtual Sockets,
+         using vmw_vsock_virtio_transport_common.
+
+         To compile this driver as a module, choose M here: the module
+         will be called vsock_loopback. If unsure, say N.
+
 config VMWARE_VMCI_VSOCKETS
        tristate "VMware VMCI transport for Virtual Sockets"
        depends on VSOCKETS && VMWARE_VMCI