projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48cd7a1
)
rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399.
author
Vagrant Cascadian
<vagrant@debian.org>
Wed, 6 Apr 2022 20:42:04 +0000
(13:42 -0700)
committer
Kever Yang
<kever.yang@rock-chips.com>
Mon, 18 Apr 2022 03:25:12 +0000
(11:25 +0800)
Add options to enable AHCI, SCSI and SATA.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/rockpro64-rk3399_defconfig
patch
|
blob
|
history
diff --git
a/configs/rockpro64-rk3399_defconfig
b/configs/rockpro64-rk3399_defconfig
index
dc9f5f2
..
f44d15e
100644
(file)
--- a/
configs/rockpro64-rk3399_defconfig
+++ b/
configs/rockpro64-rk3399_defconfig
@@
-28,6
+28,13
@@
CONFIG_CMD_GPT=y
CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
+CONFIG_AHCI=y
+CONFIG_AHCI_PCI=y
+CONFIG_SATA=y
+CONFIG_SATA_SIL=y
+CONFIG_SCSI=y
+CONFIG_SCSI_AHCI=y
+CONFIG_DM_SCSI=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TIME=y
CONFIG_SPL_OF_CONTROL=y