diff mbox series

[U-Boot,3/3] arm64: ls1043aqds: enable DM support for sata

Message ID 20180710032409.33630-1-peng.ma@nxp.com
State Superseded
Delegated to: York Sun
Headers show
Series None | expand

Commit Message

Peng Ma July 10, 2018, 3:24 a.m. UTC
From: Peng Ma <peng.ma@nxp.com>

Enable related configs to support sata DM feature.

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
depend on:
	patchwork.ozlabs.org/patch/941093/

 configs/ls1043aqds_defconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff mbox series

Patch

diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig
index ec938aa..9e0c036 100644
--- a/configs/ls1043aqds_defconfig
+++ b/configs/ls1043aqds_defconfig
@@ -47,3 +47,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