diff options
author | Sven Schnelle <svens@stackframe.org> | 2012-10-04 20:13:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 14:05:01 -0400 |
commit | 7418a1198991beb5bf6656b2ac0bcbde378c5539 (patch) | |
tree | 8805574089fb5bbad34ab38abbf6b6ac6edc5720 /drivers/rtc/Kconfig | |
parent | 92589c986b3360ce15d239fd5113a856412a0b3f (diff) |
rtc: add Dallas DS2404 driver
[akpm@linux-foundation.org: fix warning]
Signed-off-by: Sven Schnelle <svens@stackframe.org>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index a4a805c273bb..d4681c97f7cc 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -660,6 +660,15 @@ config RTC_DRV_V3020 | |||
660 | This driver can also be built as a module. If so, the module | 660 | This driver can also be built as a module. If so, the module |
661 | will be called rtc-v3020. | 661 | will be called rtc-v3020. |
662 | 662 | ||
663 | config RTC_DRV_DS2404 | ||
664 | tristate "Dallas DS2404" | ||
665 | help | ||
666 | If you say yes here you get support for the | ||
667 | Dallas DS2404 RTC chip. | ||
668 | |||
669 | This driver can also be built as a module. If so, the module | ||
670 | will be called rtc-ds2404. | ||
671 | |||
663 | config RTC_DRV_WM831X | 672 | config RTC_DRV_WM831X |
664 | tristate "Wolfson Microelectronics WM831x RTC" | 673 | tristate "Wolfson Microelectronics WM831x RTC" |
665 | depends on MFD_WM831X | 674 | depends on MFD_WM831X |