diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-10-20 17:50:05 -0400 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2008-10-21 19:19:38 -0400 |
commit | f96411ab73647ebf9485d77546c0c1f554bafcd7 (patch) | |
tree | 284723cf28ee6dbafcd4b0edba309606d13d3d43 /drivers/rtc/Makefile | |
parent | a30d46c042c8a17ef25de02f439fbd120ab8a8de (diff) |
mfd: rtc-twl4030 driver
This adds a driver for the RTC inside the TWL4030 multi-function device.
It's a fairly basic RTC, with a wake-capable alarm.
Note that many of the pre-release Overo boards now in circulation can't
effectively use this RTC, because of a wiring error that puts its TWL
chip into "secure" mode. (As in "secure yourself against tampering".)
This isn't an issue on other OMAP3 boards now supported in mainline,
such as Beagle and Labrador.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
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 d6a9ac7176ea..e9e8474cc8fe 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -63,6 +63,7 @@ obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o | |||
63 | obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o | 63 | obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o |
64 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o | 64 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o |
65 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o | 65 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o |
66 | obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl4030.o | ||
66 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o | 67 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o |
67 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o | 68 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o |
68 | obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o | 69 | obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o |