diff options
author | Yanhong Wang | 2023-03-29 11:42:16 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang | 2023-04-20 16:08:44 +0800 |
commit | 60abbadfc0bb257733bde49658ab86275a269e2b (patch) | |
tree | 364c65da7f53aea9902ca698913b68be6033b36f /drivers/ram/Kconfig | |
parent | 732f01aabf53ae97aff9acb92a43c6b3838e6c92 (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/Kconfig | 1 |
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" |