Skip to content

Commit 13ab7d7

Browse files
authored
aarch64: add support for rtc hwclock (#167)
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.
2 parents fc8ee64 + 612c344 commit 13ab7d7

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)