diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-04-15 14:15:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-18 00:43:50 -0700 |
commit | 7ce63709828d37b08866e537339a169bd0db2bd3 (patch) | |
tree | 912416c27f198498202d04c06535b6acf44c03b0 /README | |
parent | 38254f45b0b412332726c90d3184ad47479fcffb (diff) | |
download | u-boot-imx-7ce63709828d37b08866e537339a169bd0db2bd3.zip u-boot-imx-7ce63709828d37b08866e537339a169bd0db2bd3.tar.gz u-boot-imx-7ce63709828d37b08866e537339a169bd0db2bd3.tar.bz2 |
RTC driver for MC13783
MC13783 is a multifunction IS with an SPI interface to the host. This
driver handles the RTC controller in this chip.
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -672,6 +672,7 @@ The following options need to be configured: CONFIG_RTC_MPC8xx - use internal RTC of MPC8xx CONFIG_RTC_PCF8563 - use Philips PCF8563 RTC + CONFIG_RTC_MC13783 - use MC13783 RTC CONFIG_RTC_MC146818 - use MC146818 RTC CONFIG_RTC_DS1307 - use Maxim, Inc. DS1307 RTC CONFIG_RTC_DS1337 - use Maxim, Inc. DS1337 RTC |