Skip to content

Commit e5aa1b8

Browse files
ader1990jacobweinstock
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 213c2c7 commit e5aa1b8

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)