diff options
author | Dennis Aberilla <denzzzhome@yahoo.com> | 2008-10-16 01:02:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 14:21:39 -0400 |
commit | 2f9b75e09ec3f62f2ebecec0ac9aec58656c2459 (patch) | |
tree | 889da2365d6f76f817b24beb40a937ae248822eb /drivers/rtc/Kconfig | |
parent | 986e36a5b817de01733d46aa623406106d661cec (diff) |
rtc: add device driver for Dallas DS3234 SPI RTC chip
Add support for the Dallas DS3234 chip - extremely accurate SPI bus RTC
with integrated crystal and SRAM.
[akpm@linux-foundation.org: don't use BIN2BCD/BCD2BIN]
Signed-off-by: Dennis Aberilla <denzzzhome@yahoo.com>
Signed-off-by: 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index f3d7fd3406a6..16bc33cbadf5 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -319,6 +319,15 @@ config RTC_DRV_RS5C348 | |||
319 | This driver can also be built as a module. If so, the module | 319 | This driver can also be built as a module. If so, the module |
320 | will be called rtc-rs5c348. | 320 | will be called rtc-rs5c348. |
321 | 321 | ||
322 | config RTC_DRV_DS3234 | ||
323 | tristate "Maxim/Dallas DS3234" | ||
324 | help | ||
325 | If you say yes here you get support for the | ||
326 | Maxim/Dallas DS3234 SPI RTC chip. | ||
327 | |||
328 | This driver can also be built as a module. If so, the module | ||
329 | will be called rtc-ds3234. | ||
330 | |||
322 | endif # SPI_MASTER | 331 | endif # SPI_MASTER |
323 | 332 | ||
324 | comment "Platform RTC drivers" | 333 | comment "Platform RTC drivers" |