mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-07 04:39:20 +00:00
configs: j784s4: Enable RTC emulation
Enable RTC emulation for System Ready IR tests. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
This commit is contained in:
parent
512ed81e56
commit
eda78690bf
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,8 @@ CONFIG_SPL_RAM=y
|
|||
CONFIG_REMOTEPROC_TI_K3_DSP=y
|
||||
CONFIG_REMOTEPROC_TI_K3_R5F=y
|
||||
CONFIG_RESET_TI_SCI=y
|
||||
CONFIG_DM_RTC=y
|
||||
CONFIG_RTC_EMULATION=y
|
||||
CONFIG_SCSI=y
|
||||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_SOC_DEVICE=y
|
||||
|
@ -152,3 +154,4 @@ CONFIG_SYSRESET=y
|
|||
CONFIG_SPL_SYSRESET=y
|
||||
CONFIG_SYSRESET_TI_SCI=y
|
||||
CONFIG_DM_THERMAL=y
|
||||
CONFIG_EFI_SET_TIME=y
|
||||
|
|
Loading…
Add table
Reference in a new issue