From: Peng Ma Date: Wed, 1 Aug 2018 03:35:16 +0000 (+0800) Subject: arm64: ls1043aqds: enable DM support for sata X-Git-Tag: v2018.11-rc1~29^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2250e7877377ebdccc4767b431b99f4d0061c7;p=pandora-u-boot.git arm64: ls1043aqds: enable DM support for sata Enable related configs to support sata DM feature. Signed-off-by: Peng Ma Reviewed-by: York Sun --- diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig index 7161d44ebef..fe0aeafbea7 100644 --- a/configs/ls1043aqds_defconfig +++ b/configs/ls1043aqds_defconfig @@ -49,3 +49,8 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y CONFIG_BLK=y CONFIG_DM_MMC=y +CONFIG_DM_SCSI=y +CONFIG_SATA_CEVA=y +CONFIG_SCSI_AHCI=y +CONFIG_SCSI=y +CONFIG_AHCI=y