aboutsummaryrefslogtreecommitdiff
path: root/drivers/ram/Kconfig
diff options
context:
space:
mode:
authorYanhong Wang2023-03-29 11:42:16 +0800
committerLeo Yu-Chi Liang2023-04-20 16:08:44 +0800
commit60abbadfc0bb257733bde49658ab86275a269e2b (patch)
tree364c65da7f53aea9902ca698913b68be6033b36f /drivers/ram/Kconfig
parent732f01aabf53ae97aff9acb92a43c6b3838e6c92 (diff)
ram: starfive: add ddr driver
Add driver for StarFive JH7110 to support ddr initialization in SPL. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com> Tested-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'drivers/ram/Kconfig')
-rw-r--r--drivers/ram/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index e085119963b..1acf212f87c 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -112,3 +112,4 @@ source "drivers/ram/rockchip/Kconfig"
source "drivers/ram/sifive/Kconfig"
source "drivers/ram/stm32mp1/Kconfig"
source "drivers/ram/octeon/Kconfig"
+source "drivers/ram/starfive/Kconfig"