diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-05-25 10:56:50 (GMT) |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2011-07-02 01:09:44 (GMT) |
commit | 46b21218145ecef0936eb4338a9e0ffef84f00cf (patch) | |
tree | 8a69926e13fb0f8358ca5ad8bc0a7fc5440d6a0a /drivers/rtc/Kconfig | |
parent | 47eac337cd87464b90d0ad2eb2a060036a95b649 (diff) | |
download | linux-46b21218145ecef0936eb4338a9e0ffef84f00cf.tar.xz |
rtc: stmp3xxx: Port stmp-functions to mxs-equivalents
The stmp3xxx driver used to include functions from a stmp-specific
include. Because of consolidation, plat-stmp has now been removed and
merged with the compatible mach-mxs.
Use the apropriate mxs-functions for transition. The accessors will be
converted to readl/writel in a later patch.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index ce2aabf..dcb61e2 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -981,11 +981,11 @@ config RTC_DRV_COH901331 config RTC_DRV_STMP - tristate "Freescale STMP3xxx RTC" - depends on ARCH_STMP3XXX + tristate "Freescale STMP3xxx/i.MX23/i.MX28 RTC" + depends on ARCH_MXS help If you say yes here you will get support for the onboard - STMP3xxx RTC. + STMP3xxx/i.MX23/i.MX28 RTC. This driver can also be built as a module. If so, the module will be called rtc-stmp3xxx. |