diff mbox series

[8/8] configs: ibex-ast2700: Enable DRAM and timer driver

Message ID 20240819101704.1612317-9-chiawei_wang@aspeedtech.com
State Superseded
Delegated to: Andes
Headers show
Series riscv: Add AST2700 platform support | expand

Commit Message

Chia-Wei Wang Aug. 19, 2024, 10:17 a.m. UTC
Enable the driver support for the DRAM and timer devices.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
---
 configs/ibex-ast2700_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Leo Liang Sept. 9, 2024, 12:23 p.m. UTC | #1
On Mon, Aug 19, 2024 at 06:17:04PM +0800, Chia-Wei Wang wrote:
> Enable the driver support for the DRAM and timer devices.
> 
> Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
> ---
>  configs/ibex-ast2700_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

diff --git a/configs/ibex-ast2700_defconfig b/configs/ibex-ast2700_defconfig
index 22629b9048..855615cc1e 100644
--- a/configs/ibex-ast2700_defconfig
+++ b/configs/ibex-ast2700_defconfig
@@ -83,9 +83,11 @@  CONFIG_MMC_SDHCI=y
 # CONFIG_POWER is not set
 CONFIG_RAM=y
 CONFIG_SPL_RAM=y
+CONFIG_ASPEED_RAM=y
 # CONFIG_RAM_SIFIVE is not set
 CONFIG_SYS_NS16550=y
 CONFIG_SYS_NS16550_MEM32=y
+CONFIG_AST_IBEX_TIMER=y
 CONFIG_VIDEO=y
 # CONFIG_VIDEO_LOGO is not set
 # CONFIG_RSA is not set