diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2012-08-08 04:52:47 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:18 +0200 |
commit | ebd6ca9aad862ce090a994d297cabea8c3ae1336 (patch) | |
tree | 18405600ad8edd4c5d26819b4fc578819a63246d /drivers/rtc/Makefile | |
parent | 4e3349b67e3490ad01d8bb14acf5e051f445bc28 (diff) | |
download | u-boot-imx-ebd6ca9aad862ce090a994d297cabea8c3ae1336.zip u-boot-imx-ebd6ca9aad862ce090a994d297cabea8c3ae1336.tar.gz u-boot-imx-ebd6ca9aad862ce090a994d297cabea8c3ae1336.tar.bz2 |
rtc: imxdi: Initial support
Add support for Freescale's i.MX DryIce RTC, present on i.MX25.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
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 9cfdbf9..4d6cbc4 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -44,6 +44,7 @@ COBJS-$(CONFIG_RTC_DS164x) += ds164x.o COBJS-$(CONFIG_RTC_DS174x) += ds174x.o COBJS-$(CONFIG_RTC_DS3231) += ds3231.o COBJS-$(CONFIG_RTC_FTRTC010) += ftrtc010.o +COBJS-$(CONFIG_RTC_IMXDI) += imxdi.o COBJS-$(CONFIG_RTC_ISL1208) += isl1208.o COBJS-$(CONFIG_RTC_M41T11) += m41t11.o COBJS-$(CONFIG_RTC_M41T60) += m41t60.o |