diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-06 04:38:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:14 -0500 |
commit | 2805b9698445e898ca6e5ffdc132e80d94664a0f (patch) | |
tree | 7341a04b8666df38be04fde6b28dbdbfa81e1069 /drivers/rtc/Kconfig | |
parent | 102f4a02de5c7217a04ccbbc24f35224b98bb183 (diff) |
rtc: add support for Epson RTC-9701JE V2
Add support for the Epson RTC-9701JE SPI RTC device.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: David Brownell <david-b@pacbell.net>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 4a39b76aeacd..484de8e4c5ae 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -265,6 +265,15 @@ config RTC_DRV_MAX6902 | |||
265 | This driver can also be built as a module. If so, the module | 265 | This driver can also be built as a module. If so, the module |
266 | will be called rtc-max6902. | 266 | will be called rtc-max6902. |
267 | 267 | ||
268 | config RTC_DRV_R9701 | ||
269 | tristate "Epson RTC-9701JE" | ||
270 | help | ||
271 | If you say yes here you will get support for the | ||
272 | Epson RTC-9701JE SPI RTC chip. | ||
273 | |||
274 | This driver can also be built as a module. If so, the module | ||
275 | will be called rtc-r9701. | ||
276 | |||
268 | config RTC_DRV_RS5C348 | 277 | config RTC_DRV_RS5C348 |
269 | tristate "Ricoh RS5C348A/B" | 278 | tristate "Ricoh RS5C348A/B" |
270 | help | 279 | help |