diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-01-23 18:55:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 19:36:59 -0500 |
commit | dcaf038493525604e3d1648d5761a852e8db2bf9 (patch) | |
tree | 20e854e2c254df8820d9d82fef6d324efd226fe9 /drivers/rtc/Kconfig | |
parent | b7ed189dc742cf4f744ee113e0fcac808b801702 (diff) |
rtc: add hym8563 rtc-driver
The Haoyu Microelectronics HYM8563 provides rtc and alarm functions as
well as a clock output of up to 32kHz.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Richard Weinberger <richard.weinberger@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 007730222116..4bd489c67e5e 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -212,6 +212,17 @@ config RTC_DRV_DS3232 | |||
212 | This driver can also be built as a module. If so, the module | 212 | This driver can also be built as a module. If so, the module |
213 | will be called rtc-ds3232. | 213 | will be called rtc-ds3232. |
214 | 214 | ||
215 | config RTC_DRV_HYM8563 | ||
216 | tristate "Haoyu Microelectronics HYM8563" | ||
217 | depends on I2C && OF | ||
218 | help | ||
219 | Say Y to enable support for the HYM8563 I2C RTC chip. Apart | ||
220 | from the usual rtc functions it provides a clock output of | ||
221 | up to 32kHz. | ||
222 | |||
223 | This driver can also be built as a module. If so, the module | ||
224 | will be called rtc-hym8563. | ||
225 | |||
215 | config RTC_DRV_LP8788 | 226 | config RTC_DRV_LP8788 |
216 | tristate "TI LP8788 RTC driver" | 227 | tristate "TI LP8788 RTC driver" |
217 | depends on MFD_LP8788 | 228 | depends on MFD_LP8788 |