diff options
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg | 7 |
1 files changed, 7 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 new file mode 100644 index 000000000..360a5a420 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg @@ -0,0 +1,7 @@ +# enable harddrive driver for vmware/virtualbox +CONFIG_ATA_PIIX=y +CONFIG_SATA_AHCI=y +CONFIG_ATA_SFF=y +CONFIG_ATA_BMDMA=y +CONFIG_ATA_GENERIC=y +CONFIG_ATA_ACPI=y |