diff mbox series

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

Message ID 20181011103422.25459-3-peng.ma@nxp.com
State Accepted
Delegated to: York Sun
Headers show
Series [U-Boot,1/4] scsi: ceva: add ls1046a soc support | expand

Commit Message

Peng Ma Oct. 11, 2018, 10:34 a.m. UTC
Enable related configs to support sata DM feature.

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
 configs/ls1046ardb_qspi_defconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff mbox series

Patch

diff --git a/configs/ls1046ardb_qspi_defconfig b/configs/ls1046ardb_qspi_defconfig
index f9660c0..ea2cbb3 100644
--- a/configs/ls1046ardb_qspi_defconfig
+++ b/configs/ls1046ardb_qspi_defconfig
@@ -48,3 +48,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