Skip to content

Commit b3c2ca2

Browse files
ader1990chrisdoherty4
authored andcommitted
aarch64: add support for rtc hwclock
Add support for UEFI RTC hardware clock. Without this change, the docker images cannot be pulled because hwclock does not have any clock source on KVM. Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
1 parent 5ec8970 commit b3c2ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/config-5.10.x-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4578,7 +4578,7 @@ CONFIG_RTC_I2C_AND_SPI=y
45784578
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
45794579
# CONFIG_RTC_DRV_DS1742 is not set
45804580
# CONFIG_RTC_DRV_DS2404 is not set
4581-
# CONFIG_RTC_DRV_EFI is not set
4581+
CONFIG_RTC_DRV_EFI=y
45824582
# CONFIG_RTC_DRV_STK17TA8 is not set
45834583
# CONFIG_RTC_DRV_M48T86 is not set
45844584
# CONFIG_RTC_DRV_M48T35 is not set

0 commit comments

Comments
 (0)