Skip to content

Commit e66edeb

Browse files
ctr49shanduur
authored andcommitted
feat: enable PCF8523 RTC support for arm64
Enable the in-tree PCF8523 RTC driver on arm64 so devices described by the device tree can be registered as Linux RTC devices. Signed-off-by: ctr49 <ctr49@users.noreply.github.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit b253464)
1 parent b2e51fc commit e66edeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/build/config-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7338,7 +7338,7 @@ CONFIG_RTC_DRV_RK808=y
73387338
# CONFIG_RTC_DRV_ISL12022 is not set
73397339
# CONFIG_RTC_DRV_ISL12026 is not set
73407340
# CONFIG_RTC_DRV_X1205 is not set
7341-
# CONFIG_RTC_DRV_PCF8523 is not set
7341+
CONFIG_RTC_DRV_PCF8523=y
73427342
# CONFIG_RTC_DRV_PCF85363 is not set
73437343
# CONFIG_RTC_DRV_PCF8563 is not set
73447344
# CONFIG_RTC_DRV_PCF8583 is not set

0 commit comments

Comments
 (0)