diff options
| author | Peng Ma <[email protected]> | 2018-08-01 14:15:42 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2018-09-27 08:53:22 -0700 |
| commit | c1523340cd3bbbc25c9a6404a5ee2c534dd1d21b (patch) | |
| tree | f661edaee197c51d800fa881a7a38f08735e9af0 | |
| parent | 9ed5ec9b53622fd4866ee606348044a26bf2a9bf (diff) | |
arm: ls1021atwr: enable DM support for sata
Enable related configs to support sata DM feature.
Signed-off-by: Peng Ma <[email protected]>
Reviewed-by: York Sun <[email protected]>
| -rw-r--r-- | configs/ls1021atwr_nor_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/ls1021atwr_nor_defconfig b/configs/ls1021atwr_nor_defconfig index e523ec289c6..c22686398e6 100644 --- a/configs/ls1021atwr_nor_defconfig +++ b/configs/ls1021atwr_nor_defconfig @@ -52,3 +52,8 @@ CONFIG_VIDEO=y # CONFIG_VIDEO_SW_CURSOR is not set 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 |
