From 0b1d71a6564f18bdf6abf48e9ed61942ec880df4 Mon Sep 17 00:00:00 2001 From: "hu.yuye" Date: Tue, 7 Jul 2026 14:59:19 +0800 Subject: [PATCH] riscv: defconfig: Enable CONFIG_RTC_DRV_EFI config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit riscv inclusion category: config bugzilla: https://github.com/RVCK-Project/rvck/issues/326 ------------------------ Turn on CONFIG_RTC_DRV_EFI to support system time access via the UEFI Runtime Services interface on RISC-V platforms: - CONFIG_RTC_DRV_EFI=y This option aligns with the approach used in the arm64 defconfig. Signed-off-by: hu.yuye Signed-off-by: liuqingtao --- arch/riscv/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index d540b77f78fa..6372ffc5a1ac 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -2176,6 +2176,7 @@ CONFIG_RTC_DRV_DA9063=m CONFIG_RTC_DRV_SUN6I=y CONFIG_RTC_DRV_XGENE=m CONFIG_RTC_DRV_POLARFIRE_SOC=m +CONFIG_RTC_DRV_EFI=y CONFIG_DMADEVICES=y CONFIG_DMA_SUN6I=m CONFIG_DW_AXI_DMAC=m