diff options
author | Jonathan Humphreys <j-humphreys@ti.com> | 2024-04-08 16:11:00 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-17 13:15:23 -0600 |
commit | fc75cf1c84208bccf896c7074734b06e3b592c39 (patch) | |
tree | 97bcc67f17ee45f7d1c561505aeceb836a653180 | |
parent | 4524c433bf240c56aa94c44ee85e01db76f7e22b (diff) |
configs: beagleboneai64: Enable RTC emulation
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
-rw-r--r-- | configs/j721e_beagleboneai64_a72_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/j721e_beagleboneai64_a72_defconfig b/configs/j721e_beagleboneai64_a72_defconfig index 31923d70d94..3d234bc1a8f 100644 --- a/configs/j721e_beagleboneai64_a72_defconfig +++ b/configs/j721e_beagleboneai64_a72_defconfig @@ -146,6 +146,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 @@ -169,3 +171,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0451 CONFIG_USB_GADGET_PRODUCT_NUM=0x6163 CONFIG_SPL_DFU=y CONFIG_LZO=y +CONFIG_EFI_SET_TIME=y |