Skip to content

Commit fdbe01e

Browse files
committed
Kernel: T8879: add config section for hypervisor Virtual Socket Protocol
1 parent 752f59a commit fdbe01e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Virtual Socket Protocol is a socket protocol similar to TCP/IP
2+
# allowing communication between Virtual Machines and hypervisor
3+
# or host.
4+
5+
CONFIG_VSOCKETS=m
6+
CONFIG_VSOCKETS_DIAG=m
7+
CONFIG_VSOCKETS_LOOPBACK=m
8+
CONFIG_VIRTIO_VSOCKETS=m
9+
CONFIG_VIRTIO_VSOCKETS_COMMON=m

scripts/package-build/linux-kernel/config/x86/vyos_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,7 @@ CONFIG_SKB_EXTENSIONS=y
975975
#
976976
# CONFIG_BATMAN_ADV is not set
977977
# CONFIG_OPENVSWITCH is not set
978+
CONFIG_VMWARE_VMCI_VSOCKETS=m
978979
# CONFIG_QRTR is not set
979980
# CONFIG_NET_NCSI is not set
980981

@@ -4248,7 +4249,7 @@ CONFIG_INTEL_IOMMU_SVM=y
42484249
CONFIG_INTEL_IOMMU_PERF_EVENTS=y
42494250
# CONFIG_IOMMUFD is not set
42504251
CONFIG_IRQ_REMAP=y
4251-
# CONFIG_VIRTIO_IOMMU is not set
4252+
CONFIG_VIRTIO_IOMMU=y
42524253

42534254
#
42544255
# Remoteproc drivers

0 commit comments

Comments
 (0)