diff mbox series

[U-Boot] arm64: lx2160ardb: enable DM support for sata

Message ID 20181227084318.24774-1-peng.ma@nxp.com
State Rejected
Headers show
Series [U-Boot] arm64: lx2160ardb: enable DM support for sata | expand

Commit Message

Peng Ma Dec. 27, 2018, 8:43 a.m. UTC
Enable related configs to support sata DM feature.

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

Patch

diff --git a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
index b7e3967..1267206 100644
--- a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
@@ -60,7 +60,6 @@  CONFIG_E1000=y
 CONFIG_NET=y
 CONFIG_DM_MMC=y
 CONFIG_DM_MMC_OPS=n
-CONFIG_BLK=n
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_XHCI_HCD=y
@@ -84,3 +83,6 @@  CONFIG_EMC2305=y
 CONFIG_RSA=y
 CONFIG_SPL_RSA=y
 CONFIG_RSA_SOFTWARE_EXP=y
+CONFIG_DM_SCSI=y
+CONFIG_SATA_CEVA=y
+CONFIG_AHCI=y