From 2a7d97cae3dc2fd295fa92d96fe04fc66c284207 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 14 Jun 2013 13:59:06 -0700 Subject: [PATCH] fix(cros-bootkernel/x86_64_defconfig_boot) enable vmware drivers Enable the vmware drivers which were somehow not being built. --- .../coreos-overlay/eclass/cros-kernel/x86_64_defconfig_boot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig_boot b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig_boot index b65c91f06c..e1ca0a5aef 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig_boot +++ b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig_boot @@ -851,7 +851,7 @@ CONFIG_VIRTIO_BLK=y # CONFIG_ATMEL_SSC is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_HP_ILO is not set -# CONFIG_VMWARE_BALLOON is not set +CONFIG_VMWARE_BALLOON=y # CONFIG_PCH_PHUB is not set # CONFIG_C2PORT is not set @@ -868,7 +868,7 @@ CONFIG_VIRTIO_BLK=y # # Altera FPGA firmware download module # -# CONFIG_VMWARE_VMCI is not set +CONFIG_VMWARE_VMCI=y CONFIG_HAVE_IDE=y # CONFIG_IDE is not set @@ -938,7 +938,7 @@ CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_UFSHCD is not set # CONFIG_SCSI_HPTIOP is not set # CONFIG_SCSI_BUSLOGIC is not set -# CONFIG_VMWARE_PVSCSI is not set +CONFIG_VMWARE_PVSCSI=y CONFIG_HYPERV_STORAGE=y # CONFIG_LIBFC is not set # CONFIG_LIBFCOE is not set