Skip to content

Commit

Permalink
feat: add DS1307 RTC support for arm64
Browse files Browse the repository at this point in the history
This adds support for all real-time clocks that use the DS1307 kernel module, notably the DS1307 and DS3231 which are widely used in the Raspberry Pi ecosystem.

Signed-off-by: AndrewLeCody <andrew@beyondweb.net>
  • Loading branch information
aceat64 authored and talos-bot committed Apr 30, 2021
1 parent 350aa6f commit 1148f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5836,7 +5836,7 @@ CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_DRV_ABEOZ9 is not set
# CONFIG_RTC_DRV_ABX80X is not set
CONFIG_RTC_DRV_BRCMSTB=y
# CONFIG_RTC_DRV_DS1307 is not set
CONFIG_RTC_DRV_DS1307=y
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_HYM8563 is not set
Expand Down

0 comments on commit 1148f9a

Please sign in to comment.