From a9f50dda08509ccd81d3b21be2de82c629faf27a Mon Sep 17 00:00:00 2001 From: Jianyong Wu Date: Sun, 26 Sep 2021 16:18:46 +0800 Subject: [PATCH] resources: Enable rtc_drv_efi in arm64 kernel config rtc-efi is used when system boot from UEFI thus the related kernel driver should be enabled. Signed-off-by: Jianyong Wu --- resources/linux-config-aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux-config-aarch64 b/resources/linux-config-aarch64 index c09176ad9..6b62d4673 100644 --- a/resources/linux-config-aarch64 +++ b/resources/linux-config-aarch64 @@ -1947,7 +1947,7 @@ CONFIG_RTC_INTF_DEV=y # CONFIG_RTC_DRV_DS1685_FAMILY is not set # CONFIG_RTC_DRV_DS1742 is not set # CONFIG_RTC_DRV_DS2404 is not set -# CONFIG_RTC_DRV_EFI is not set +CONFIG_RTC_DRV_EFI=y # CONFIG_RTC_DRV_STK17TA8 is not set # CONFIG_RTC_DRV_M48T86 is not set # CONFIG_RTC_DRV_M48T35 is not set