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/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/rtc/Kconfig') diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b5d9048ad6..57af1b56cb 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -13,4 +13,10 @@ config DM_RTC drivers to perform the actual functions. See rtc.h for a description of the API. +config RTC_PCF2127 + bool "Enable PCF2127 driver" + depends on DM_RTC + help + Enable pcf2127 driver which provides rtc get and set function + endmenu -- cgit v1.2.3