btrfs: add comments to barriers before waitqueue_active
[linux-2.6/btrfs-unstable.git] / net / vmw_vsock / Kconfig
blob14810abedc2ec455adbde24094a5c468477e03d8
2 # Vsock protocol
5 config VSOCKETS
6         tristate "Virtual Socket protocol"
7         help
8           Virtual Socket Protocol is a socket protocol similar to TCP/IP
9           allowing communication between Virtual Machines and hypervisor
10           or host.
12           You should also select one or more hypervisor-specific transports
13           below.
15           To compile this driver as a module, choose M here: the module
16           will be called vsock. If unsure, say N.
18 config VMWARE_VMCI_VSOCKETS
19         tristate "VMware VMCI transport for Virtual Sockets"
20         depends on VSOCKETS && VMWARE_VMCI
21         help
22           This module implements a VMCI transport for Virtual Sockets.
24           Enable this transport if your Virtual Machine runs on a VMware
25           hypervisor.
27           To compile this driver as a module, choose M here: the module
28           will be called vmw_vsock_vmci_transport. If unsure, say N.