diff options
author | Mark Zhan <rongkai.zhan@windriver.com> | 2007-07-17 07:05:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:09 -0400 |
commit | 2e774c7caf84455d5e7d492d123bad6f417818b5 (patch) | |
tree | 01e81a82fa4921887b3295000c2901dcab5bcb70 /drivers/rtc/Kconfig | |
parent | 617780d290bd6eb2b260928c6acff5b7c6084154 (diff) |
rtc: add support for the ST M48T59 RTC
[akpm@linux-foundation.org: x86_64 build fix]
[akpm@linux-foundation.org: The acpi guys changed the bin_attribute code]
Signed-off-by: Mark Zhan <rongkai.zhan@windriver.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 359323378c55..bcd18765a4ad 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -310,6 +310,16 @@ config RTC_DRV_M48T86 | |||
310 | This driver can also be built as a module. If so, the module | 310 | This driver can also be built as a module. If so, the module |
311 | will be called rtc-m48t86. | 311 | will be called rtc-m48t86. |
312 | 312 | ||
313 | config RTC_DRV_M48T59 | ||
314 | tristate "ST M48T59" | ||
315 | depends on RTC_CLASS | ||
316 | help | ||
317 | If you say Y here you will get support for the | ||
318 | ST M48T59 RTC chip. | ||
319 | |||
320 | This driver can also be built as a module, if so, the module | ||
321 | will be called "rtc-m48t59". | ||
322 | |||
313 | config RTC_DRV_V3020 | 323 | config RTC_DRV_V3020 |
314 | tristate "EM Microelectronic V3020" | 324 | tristate "EM Microelectronic V3020" |
315 | depends on RTC_CLASS | 325 | depends on RTC_CLASS |