summaryrefslogtreecommitdiff
path: root/configs/ls1088aqds_defconfig
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2018-10-22 05:39:51 +0300
committerYork Sun <york.sun@nxp.com>2018-12-07 01:37:19 +0300
commitb9c716ea66ed5701fc1246d6edeb77ddab78a1da (patch)
treef0a9d3a66a4e639e2aa99259e5d2bd0469f43d72 /configs/ls1088aqds_defconfig
parent3e586ee30772cd4505b6cfa62bf1e6384d810b67 (diff)
downloadu-boot-b9c716ea66ed5701fc1246d6edeb77ddab78a1da.tar.xz
arm64: ls1088a: enable DM support for sata
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org> [YS: moveconfig.py -s -d] Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1088aqds_defconfig')
-rw-r--r--configs/ls1088aqds_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls1088aqds_defconfig b/configs/ls1088aqds_defconfig
index 177c56889a..dbc0bdf7c9 100644
--- a/configs/ls1088aqds_defconfig
+++ b/configs/ls1088aqds_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_TARGET_LS1088AQDS=y
CONFIG_SYS_TEXT_BASE=0x30100000
CONFIG_FSL_LS_PPA=y
+CONFIG_AHCI=y
CONFIG_NR_DRAM_BANKS=2
# CONFIG_SYS_MALLOC_F is not set
CONFIG_FIT_VERBOSE=y
@@ -28,6 +29,7 @@ CONFIG_ENV_IS_IN_FLASH=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_DM=y
CONFIG_SCSI_AHCI=y
+CONFIG_SATA_CEVA=y
CONFIG_DM_MMC=y
CONFIG_FSL_ESDHC=y
CONFIG_MTD_NOR_FLASH=y
@@ -41,6 +43,7 @@ CONFIG_PCI=y
CONFIG_DM_PCI=y
CONFIG_DM_PCI_COMPAT=y
CONFIG_PCIE_LAYERSCAPE=y
+CONFIG_DM_SCSI=y
CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y