Skip to content

Commit

Permalink
aarch64: add support for rtc hwclock (#167)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mergify[bot] authored Jul 20, 2023
2 parents fc8ee64 + 612c344 commit 13ab7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/config-5.10.x-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -4578,7 +4578,7 @@ CONFIG_RTC_I2C_AND_SPI=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
Expand Down

0 comments on commit 13ab7d7

Please sign in to comment.