diff options
author | Chia-Wei Wang <chiawei_wang@aspeedtech.com> | 2024-09-10 17:39:20 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2024-09-11 20:35:04 +0800 |
commit | 2db018d2ca5ebd7acc717f0b1959ee67fcd2b0a1 (patch) | |
tree | 25b6ae02e149f15d21a18daa0f9dcd9a5c85c291 | |
parent | a1ad11ce5249acf4b0f90a096cc975eddb687c23 (diff) |
configs: ibex-ast2700: Enable DRAM and timer driver
Enable the driver support for the DRAM and timer devices.
Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
-rw-r--r-- | configs/ibex-ast2700_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ibex-ast2700_defconfig b/configs/ibex-ast2700_defconfig index 22629b90489..855615cc1ea 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 |