diff options
| author | Tim Harvey <[email protected]> | 2025-06-02 09:25:15 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-25 13:42:04 -0600 |
| commit | e63e088b600df84b2259a06fcd0929cfe31c0cb7 (patch) | |
| tree | 2e6534504b771e45548125be60a332329b59570e /drivers/rtc/Makefile | |
| parent | 29cb98d515f96c2330455af4b8cace0220abd00c (diff) | |
rtc: add ds1672 driver
Add support for Dallas/Maxim ds1672 32bit counter RTC.
Signed-off-by: Tim Harvey <[email protected]>
Diffstat (limited to 'drivers/rtc/Makefile')
| -rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 99b5a2a346a..a4ede413cd1 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_RTC_DS1307) += ds1307.o obj-$(CONFIG_RTC_DS1338) += ds1307.o obj-$(CONFIG_RTC_DS1337) += ds1337.o obj-$(CONFIG_RTC_DS1374) += ds1374.o +obj-$(CONFIG_RTC_DS1672) += ds1672.o obj-$(CONFIG_RTC_DS3231) += ds3231.o obj-$(CONFIG_RTC_DS3232) += ds3232.o obj-$(CONFIG_RTC_EMULATION) += emul_rtc.o |
