diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-05-08 03:26:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:03 -0400 |
commit | e9f2bd8191a416fbd17e8bfc002dba5411937997 (patch) | |
tree | ab34f34cff6baaa240bcb50c7eb0743cd0ab006d /drivers/rtc/Kconfig | |
parent | c6a632a2b610c1bc123f1d258d688e8fe5cc70dd (diff) |
RTC: add rtc-rs5c313 driver
Add an RTC driver for Ricoh RS5C313 RTC chip.
[akpm@linux-foundation.org: Zillions of coding-style fixes]
[akpm@linux-foundation.org: build fixes]
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index ef1eae98ba44..372d74963dd4 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -364,4 +364,10 @@ config RTC_DRV_BFIN | |||
364 | This driver can also be built as a module. If so, the module | 364 | This driver can also be built as a module. If so, the module |
365 | will be called rtc-bfin. | 365 | will be called rtc-bfin. |
366 | 366 | ||
367 | config RTC_DRV_RS5C313 | ||
368 | tristate "Ricoh RS5C313" | ||
369 | depends on RTC_CLASS && BROKEN | ||
370 | help | ||
371 | If you say yes here you get support for the Ricoh RS5C313 RTC chips. | ||
372 | |||
367 | endmenu | 373 | endmenu |