summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-kernel
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2017-04-11 11:14:40 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-04-12 10:56:52 +0000
commitbbe9efa769a0788238487c21505c9b61670df4b0 (patch)
treed1ff28a5c8402a21c35397d860fd8bb4ca63bb9f /meta-agl-bsp/recipes-kernel
parentd4d068842d5f2a761df99053e5c613f9e4bb2124 (diff)
add vmware drivers
VMWare Fusion defaults to SCSI disks, so we need it builtin to the kernel to recognize the boot disk. While we're at it, add in other useful VMWare-related modules. Change-Id: Ia571142d5d3493b3b14619e6df29367bf06e5ae5 Signed-off-by: Martin Kelly <mkelly@xevo.com>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel')
-rw-r--r--meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg
index 360a5a420..e9c2a1468 100644
--- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg
+++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg
@@ -5,3 +5,16 @@ CONFIG_ATA_SFF=y
CONFIG_ATA_BMDMA=y
CONFIG_ATA_GENERIC=y
CONFIG_ATA_ACPI=y
+
+# needed for VMWare
+CONFIG_SCSI=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_FUSION=y
+CONFIG_FUSION_SPI=y
+CONFIG_VMWARE_BALLOON=m
+CONFIG_VMWARE_VMCI=m
+CONFIG_VMWARE_VMCI_VSOCKETS=m
+CONFIG_SND_ENS1371=m
+# vmwgfx doesn't yet work with AGL. If you can fix it, please change this!
+CONFIG_DRM_VMWGFX=n
+CONFIG_DRM_VMWGFX_FBCON=n