From: Peng Ma Date: Wed, 1 Aug 2018 06:15:42 +0000 (+0800) Subject: arm: ls1021atwr: enable DM support for sata X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c1523340cd3bbbc25c9a6404a5ee2c534dd1d21b;p=project%2Fbcm63xx%2Fu-boot.git arm: ls1021atwr: 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/ls1021atwr_nor_defconfig b/configs/ls1021atwr_nor_defconfig index e523ec289c..c22686398e 100644 --- a/configs/ls1021atwr_nor_defconfig +++ b/configs/ls1021atwr_nor_defconfig @@ -52,3 +52,8 @@ CONFIG_VIDEO=y # CONFIG_VIDEO_SW_CURSOR is not set 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