From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Ma Date: Mon, 22 Oct 2018 10:39:51 +0800 Subject: [U-Boot] [PATCH 3/3] arm64: ls1088a: enable DM support for sata In-Reply-To: <20181022023951.9689-1-peng.ma@nxp.com> References: <20181022023951.9689-1-peng.ma@nxp.com> Message-ID: <20181022023951.9689-3-peng.ma@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/ls1088aqds_defconfig | 5 +++++ configs/ls1088ardb_qspi_defconfig | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/configs/ls1088aqds_defconfig b/configs/ls1088aqds_defconfig index 64677f0..3010f24 100644 --- a/configs/ls1088aqds_defconfig +++ b/configs/ls1088aqds_defconfig @@ -49,3 +49,8 @@ CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=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 diff --git a/configs/ls1088ardb_qspi_defconfig b/configs/ls1088ardb_qspi_defconfig index 1feaded..9959703 100644 --- a/configs/ls1088ardb_qspi_defconfig +++ b/configs/ls1088ardb_qspi_defconfig @@ -55,3 +55,8 @@ CONFIG_USB_GADGET=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=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 -- 1.7.1