aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorCarlo Caione <carlo.caione@gmail.com>2013-11-16 18:33:54 +0100
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-12-20 22:55:03 +0100
commit594c6fb92446a07a4d12337adeb3e9fb3ec7e203 (patch)
tree1a22f198329fb830a92a9017a270ad0643e94894 /drivers/rtc/Makefile
parentARM: sun4i/sun7i: DT documentation for RTC driver (diff)
downloadlinux-dev-594c6fb92446a07a4d12337adeb3e9fb3ec7e203.tar.xz
linux-dev-594c6fb92446a07a4d12337adeb3e9fb3ec7e203.zip
ARM: sun4i/sun7i: RTC driver
This patch introduces the driver for the RTC in the Allwinner A10 and A20 SoCs. Signed-off-by: Carlo Caione <carlo.caione@gmail.com> Acked-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
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 27b4bd884066..63f3e9983a45 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -117,6 +117,7 @@ obj-$(CONFIG_RTC_DRV_STARFIRE) += rtc-starfire.o
obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o
obj-$(CONFIG_RTC_DRV_STMP) += rtc-stmp3xxx.o
obj-$(CONFIG_RTC_DRV_SUN4V) += rtc-sun4v.o
+obj-$(CONFIG_RTC_DRV_SUNXI) += rtc-sunxi.o
obj-$(CONFIG_RTC_DRV_TEGRA) += rtc-tegra.o
obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o
obj-$(CONFIG_RTC_DRV_TILE) += rtc-tile.o