mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
8a2a202989
Enable virtio-vsock and vhost-vsock. Signed-off-by: Asias He <asias@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
config VHOST_VSOCK
|
|
tristate "vhost virtio-vsock driver"
|
|
depends on VSOCKETS && EVENTFD
|
|
select VIRTIO_VSOCKETS_COMMON
|
|
default n
|
|
---help---
|
|
Say M here to enable the vhost-vsock for virtio-vsock guests
|