mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: ls1021atwr: 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>
This commit is contained in:
parent
9ed5ec9b53
commit
c1523340cd
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue