1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate "Virtual Socket protocol"
9 Virtual Socket Protocol is a socket protocol similar to TCP/IP
10 allowing communication between Virtual Machines and hypervisor
13 You should also select one or more hypervisor-specific transports
16 To compile this driver as a module, choose M here: the module
17 will be called vsock. If unsure, say N.
20 tristate "Virtual Sockets monitoring interface"
24 Support for PF_VSOCK sockets monitoring interface used by the ss tool.
27 Enable this module so userspace applications can query open sockets.
29 config VMWARE_VMCI_VSOCKETS
30 tristate "VMware VMCI transport for Virtual Sockets"
31 depends on VSOCKETS && VMWARE_VMCI
33 This module implements a VMCI transport for Virtual Sockets.
35 Enable this transport if your Virtual Machine runs on a VMware
38 To compile this driver as a module, choose M here: the module
39 will be called vmw_vsock_vmci_transport. If unsure, say N.
41 config VIRTIO_VSOCKETS
42 tristate "virtio transport for Virtual Sockets"
43 depends on VSOCKETS && VIRTIO
44 select VIRTIO_VSOCKETS_COMMON
46 This module implements a virtio transport for Virtual Sockets.
48 Enable this transport if your Virtual Machine host supports Virtual
51 To compile this driver as a module, choose M here: the module will be
52 called vmw_vsock_virtio_transport. If unsure, say N.
54 config VIRTIO_VSOCKETS_COMMON
57 This option is selected by any driver which needs to access
58 the virtio_vsock. The module will be called
59 vmw_vsock_virtio_transport_common.
61 config HYPERV_VSOCKETS
62 tristate "Hyper-V transport for Virtual Sockets"
63 depends on VSOCKETS && HYPERV
65 This module implements a Hyper-V transport for Virtual Sockets.
67 Enable this transport if your Virtual Machine host supports Virtual
68 Sockets over Hyper-V VMBus.
70 To compile this driver as a module, choose M here: the module will be
71 called hv_sock. If unsure, say N.