From 8f3a8428c96cb8424afea68f86df83a4e07d63ff Mon Sep 17 00:00:00 2001 From: Meng Yi Date: Wed, 30 Nov 2016 15:47:31 +0800 Subject: rtc: Add RTC chip pcf2127 support This driver compatible with pcf2127 and pcf2129 Signed-off-by: Meng Yi Reviewed-by: Simon Glass --- drivers/rtc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/rtc/Makefile') diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index fc38a3f3098..c9194270851 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_RTC_MV) += mvrtc.o obj-$(CONFIG_RTC_MX27) += mx27rtc.o obj-$(CONFIG_RTC_MXS) += mxsrtc.o obj-$(CONFIG_RTC_PCF8563) += pcf8563.o +obj-$(CONFIG_RTC_PCF2127) += pcf2127.o obj-$(CONFIG_RTC_PL031) += pl031.o obj-$(CONFIG_RTC_PT7C4338) += pt7c4338.o obj-$(CONFIG_RTC_RS5C372A) += rs5c372.o -- cgit v1.3.1