.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Vsock protocol |
---|
3 | 4 | # |
---|
.. | .. |
---|
25 | 26 | |
---|
26 | 27 | Enable this module so userspace applications can query open sockets. |
---|
27 | 28 | |
---|
| 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 | + |
---|
28 | 41 | config VMWARE_VMCI_VSOCKETS |
---|
29 | 42 | tristate "VMware VMCI transport for Virtual Sockets" |
---|
30 | 43 | depends on VSOCKETS && VMWARE_VMCI |
---|