From 344540d727385ae95796ac8abbb0d687f5a3fdd5 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Mon, 22 May 2023 23:38:44 +0200 Subject: [PATCH] generic: 6.1: disable CONFIG_VMWARE_VMCI by default There is no reason for VMware VMCI to be disabled in targets, so disable it in the generic config. Signed-off-by: Robert Marko --- target/linux/generic/config-6.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 8b2e8e4d98..6a4913535d 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -7610,6 +7610,7 @@ CONFIG_VLAN_8021Q=y CONFIG_VMSPLIT_3G=y # CONFIG_VMSPLIT_3G_OPT is not set # CONFIG_VMWARE_PVSCSI is not set +# CONFIG_VMWARE_VMCI is not set # CONFIG_VMXNET3 is not set # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_VOP_BUS is not set -- 2.30.2