diff options
author | Peng Ma <peng.ma@nxp.com> | 2018-08-01 11:35:16 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-09-27 08:52:25 -0700 |
commit | cf2250e7877377ebdccc4767b431b99f4d0061c7 (patch) | |
tree | de08a410331318c5465b6ab60c4b232a54a6a95e /configs/ls1043aqds_defconfig | |
parent | 822d060830c3b25d5e1e285698ea36a49b76609c (diff) |
arm64: ls1043aqds: enable DM support for sata
Enable related configs to support sata DM feature.
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1043aqds_defconfig')
-rw-r--r-- | configs/ls1043aqds_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig index 7161d44ebe..fe0aeafbea 100644 --- a/configs/ls1043aqds_defconfig +++ b/configs/ls1043aqds_defconfig @@ -49,3 +49,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 |