From 686df208b304ea6a8970005aa58c9e112dd68cb3 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Wed, 30 Jul 2014 00:10:19 +0400 Subject: rtc: import ds1307 driver from linux-3.15 Current ds1307 rtc driver supports only ds1307 and ds1338 chips; it has no nvram support at the moment. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- drivers/rtc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/rtc/Makefile') diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 7d1b5bc8c8..2c5a50e864 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -4,3 +4,7 @@ obj-$(CONFIG_RTC_LIB) += rtc-lib.o obj-$(CONFIG_RTC_CLASS) += class.o + +# Keep the list ordered. + +obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o -- cgit v1.2.3