aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-01-02 11:32:33 -0800
committerOlof Johansson <olof@lixom.net>2014-01-02 11:32:33 -0800
commit9dc9b8e51f95fce0cc3d50ef80402203d2dcd68a (patch)
tree1f98503a04cf6758a81f7945fd466aa668db1dc1 /drivers/rtc/Makefile
parentMerge tag 'renesas-sh-sci3-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers (diff)
parentrtc: Add support for Intersil ISL12057 I2C RTC chip (diff)
downloadwireguard-linux-9dc9b8e51f95fce0cc3d50ef80402203d2dcd68a.tar.xz
wireguard-linux-9dc9b8e51f95fce0cc3d50ef80402203d2dcd68a.zip
Merge tag 'mvebu-drivers-3.14-2' of git://git.infradead.org/linux-mvebu into next/drivers
From Jason Cooper: mvebu driver changes for v3.14 (incremental #2) - rtc - add driver for Intersil ISL12057 chip * tag 'mvebu-drivers-3.14-2' of git://git.infradead.org/linux-mvebu: rtc: Add support for Intersil ISL12057 I2C RTC chip b the commit. Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r--drivers/rtc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
index 63f3e9983a45..c00741a0bf10 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -58,6 +58,7 @@ obj-$(CONFIG_RTC_DRV_HID_SENSOR_TIME) += rtc-hid-sensor-time.o
obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o
obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o
+obj-$(CONFIG_RTC_DRV_ISL12057) += rtc-isl12057.o
obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o
obj-$(CONFIG_RTC_DRV_LP8788) += rtc-lp8788.o
obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o