diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-04-09 16:47:33 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-04-30 14:21:31 +0200 |
commit | b5b2bdfc2893910fdc02d21ec5c535635c896ff7 (patch) | |
tree | 97f216688c9ae61c8e9175bd8c38f53571451dbc /drivers/rtc/Makefile | |
parent | rtc: bindings: Provide ST bindings for ST's LPC RTC device (diff) | |
download | linux-b5b2bdfc2893910fdc02d21ec5c535635c896ff7.tar.xz linux-b5b2bdfc2893910fdc02d21ec5c535635c896ff7.zip |
rtc: st: Add new driver for ST's LPC RTC
ST's Low Power Controller (LPC) controls two devices; watchdog and RTC.
Only one of the devices can be used at any one time. This is enforced
by the correlating MFD driver. This portion of the driver-set controls
the Real Time Clock.
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index c31731c29762..411e630f36b9 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -153,4 +153,5 @@ obj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o obj-$(CONFIG_RTC_DRV_XGENE) += rtc-xgene.o obj-$(CONFIG_RTC_DRV_SIRFSOC) += rtc-sirfsoc.o +obj-$(CONFIG_RTC_DRV_ST_LPC) += rtc-st-lpc.o obj-$(CONFIG_RTC_DRV_MOXART) += rtc-moxart.o |