Skip to content

Commit

Permalink
feat: enable VMware baloon kernel module
Browse files Browse the repository at this point in the history
Also enables `VMWARE_VMCI` as `VMWARE_BALOON` depends on it.

Signed-off-by: Artem Chernyshev <artem.0xD2@gmail.com>
  • Loading branch information
Unix4ever authored and talos-bot committed Apr 28, 2021
1 parent f87c194 commit b56f36b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kernel/kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@ CONFIG_OPENVSWITCH_VXLAN=y
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VSOCKETS_LOOPBACK=y
# CONFIG_VMWARE_VMCI_VSOCKETS is not set
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
# CONFIG_HYPERV_VSOCKETS is not set
Expand Down Expand Up @@ -1903,6 +1904,7 @@ CONFIG_NVME_TCP=y
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
CONFIG_VMWARE_BALLOON=y
# CONFIG_SRAM is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
Expand Down Expand Up @@ -1933,7 +1935,7 @@ CONFIG_NVME_TCP=y
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_INTEL_MEI_HDCP is not set
# CONFIG_VMWARE_VMCI is not set
CONFIG_VMWARE_VMCI=y
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_MISC_ALCOR_PCI is not set
Expand Down

0 comments on commit b56f36b

Please sign in to comment.