summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorNandor Han <nandor.han@ge.com>2017-11-08 18:35:14 +0300
committerStefano Babic <sbabic@denx.de>2017-11-20 11:58:31 +0300
commitda5337a61cd41f3bfbaee5b78ba58676bd288073 (patch)
tree60d00b63f058ed51c933ee6fbfee11aff242b1a4 /drivers/rtc/Kconfig
parentf31dac4e6e71c7c818151cd917d872909119fb99 (diff)
downloadu-boot-da5337a61cd41f3bfbaee5b78ba58676bd288073.tar.xz
rtc: add support for s35392a
Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor.han@ge.com> Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk> Cc: Heiko Schocher <hs@denx.de>
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 d06130c7a2..2964bb2211 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -30,4 +30,10 @@ config RTC_DS1307
Support for Dallas Semiconductor (now Maxim) DS1307 and DS1338/9 and
compatible Real Time Clock devices.
+config RTC_S35392A
+ bool "Enable S35392A driver"
+ select BITREVERSE
+ help
+ Enable s35392a driver which provides rtc get and set function.
+
endmenu