hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/vmw_vsock/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Vsock protocol
34 #
....@@ -25,6 +26,18 @@
2526
2627 Enable this module so userspace applications can query open sockets.
2728
29
+config VSOCKETS_LOOPBACK
30
+ tristate "Virtual Sockets loopback transport"
31
+ depends on VSOCKETS
32
+ default y
33
+ select VIRTIO_VSOCKETS_COMMON
34
+ help
35
+ This module implements a loopback transport for Virtual Sockets,
36
+ using vmw_vsock_virtio_transport_common.
37
+
38
+ To compile this driver as a module, choose M here: the module
39
+ will be called vsock_loopback. If unsure, say N.
40
+
2841 config VMWARE_VMCI_VSOCKETS
2942 tristate "VMware VMCI transport for Virtual Sockets"
3043 depends on VSOCKETS && VMWARE_VMCI