summaryrefslogtreecommitdiff
path: root/configs/ls1012a2g5rdb_qspi_defconfig
diff options
context:
space:
mode:
authorYuantian Tang <andy.tang@nxp.com>2018-07-13 17:25:31 +0800
committerYork Sun <york.sun@nxp.com>2018-07-26 10:59:35 -0700
commit1dc4dea75d3f53fb346f639ce2f2cf300a3ac3b5 (patch)
treeb07a7807a4836c3a41cc8be7bd832b225df6d719 /configs/ls1012a2g5rdb_qspi_defconfig
parent79ed61e9f076f3382fa67a7f2418dd94e290cbff (diff)
downloadu-boot-1dc4dea75d3f53fb346f639ce2f2cf300a3ac3b5.tar.gz
arm64: ls1012a: enable DM support for sata
Enable related configs to support sata DM feature. Signed-off-by: Tang Yuantian <andy.tang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1012a2g5rdb_qspi_defconfig')
-rw-r--r--configs/ls1012a2g5rdb_qspi_defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/ls1012a2g5rdb_qspi_defconfig b/configs/ls1012a2g5rdb_qspi_defconfig
index ecd99351e0..3b0b42f37e 100644
--- a/configs/ls1012a2g5rdb_qspi_defconfig
+++ b/configs/ls1012a2g5rdb_qspi_defconfig
@@ -29,7 +29,7 @@ CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_DM=y
-# CONFIG_BLK is not set
+CONFIG_BLK=y
CONFIG_DM_MMC=y
CONFIG_FSL_ESDHC=y
CONFIG_DM_SPI_FLASH=y
@@ -45,3 +45,7 @@ CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_STORAGE=y
+CONFIG_DM_SCSI=y
+CONFIG_SATA_CEVA=y
+CONFIG_SCSI=y
+CONFIG_AHCI=y