Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[cascardo/linux.git] / net / vmw_vsock / Kconfig
index 74e0bc8..8831e7c 100644 (file)
@@ -34,13 +34,15 @@ config VIRTIO_VSOCKETS
        help
          This module implements a virtio transport for Virtual Sockets.
 
-         Enable this transport if your Virtual Machine runs on Qemu/KVM.
+         Enable this transport if your Virtual Machine host supports Virtual
+         Sockets over virtio.
 
-         To compile this driver as a module, choose M here: the module
-         will be called virtio_vsock_transport. If unsure, say N.
+         To compile this driver as a module, choose M here: the module will be
+         called vmw_vsock_virtio_transport. If unsure, say N.
 
 config VIRTIO_VSOCKETS_COMMON
-       tristate
-       ---help---
-         This option is selected by any driver which needs to access
-         the virtio_vsock.
+       tristate
+       help
+         This option is selected by any driver which needs to access
+         the virtio_vsock.  The module will be called
+         vmw_vsock_virtio_transport_common.