summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinesh Maniyam <dinesh.maniyam@intel.com>2022-11-17 10:14:25 +0800
committerdineshmaniyam <99864906+dineshmaniyam@users.noreply.github.com>2023-02-24 15:43:19 +0800
commit59fa16103955c4d0347d19fff76a80f40ce2d6f1 (patch)
tree65c836b69af09878d3217e75a7ef22712c3356b8
parentf466057523d2036ef1086062356c73311139a083 (diff)
downloadu-boot-socfpga-socfpga_agilex5-23.1_RC.tar.gz
configs: defconfig: Enable APB Timer in agilex5socfpga_agilex5-23.1_RC
Enable Synopsis APB Timer in agilex5. Signed-off-by: Dinesh Maniyam <dinesh.maniyam@intel.com>
-rw-r--r--configs/socfpga_agilex5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_agilex5_defconfig b/configs/socfpga_agilex5_defconfig
index 7f34ff3136..accb37b0ff 100644
--- a/configs/socfpga_agilex5_defconfig
+++ b/configs/socfpga_agilex5_defconfig
@@ -116,3 +116,5 @@ CONFIG_HAS_CUSTOM_SPL_MALLOC_START=y
CONFIG_CUSTOM_SYS_SPL_MALLOC_ADDR=0x8fa00000
CONFIG_SYS_SPL_MALLOC_SIZE=0x500000
CONFIG_SPL_BSS_MAX_SIZE=0x100000
+CONFIG_TIMER=y
+CONFIG_DESIGNWARE_APB_TIMER=y