summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorMeng Yi <meng.yi@nxp.com>2016-11-30 07:47:31 (GMT)
committerSimon Glass <sjg@chromium.org>2016-12-03 04:03:31 (GMT)
commit8f3a8428c96cb8424afea68f86df83a4e07d63ff (patch)
tree63777d90f08df2b258e27ab75536a3db5fbc61f3 /drivers/rtc/Kconfig
parent13f3fcac533ae7d86083ed9eefb36f78ee851f10 (diff)
downloadu-boot-fsl-qoriq-8f3a8428c96cb8424afea68f86df83a4e07d63ff.tar.xz
rtc: Add RTC chip pcf2127 support
This driver compatible with pcf2127 and pcf2129 Signed-off-by: Meng Yi <meng.yi@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index b5d9048..57af1b5 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