diff options
author | Sven Schnelle <svens@stackframe.org> | 2012-10-04 17:13:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-06 03:05:01 +0900 |
commit | 7418a1198991beb5bf6656b2ac0bcbde378c5539 (patch) | |
tree | 8805574089fb5bbad34ab38abbf6b6ac6edc5720 /drivers/rtc/Kconfig | |
parent | 92589c986b3360ce15d239fd5113a856412a0b3f (diff) | |
download | linux-3.10-7418a1198991beb5bf6656b2ac0bcbde378c5539.tar.gz linux-3.10-7418a1198991beb5bf6656b2ac0bcbde378c5539.tar.bz2 linux-3.10-7418a1198991beb5bf6656b2ac0bcbde378c5539.zip |
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 a4a805c273b..d4681c97f7c 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -660,6 +660,15 @@ config RTC_DRV_V3020 This driver can also be built as a module. If so, the module will be called rtc-v3020. +config RTC_DRV_DS2404 + tristate "Dallas DS2404" + help + If you say yes here you get support for the + Dallas DS2404 RTC chip. + + This driver can also be built as a module. If so, the module + will be called rtc-ds2404. + config RTC_DRV_WM831X tristate "Wolfson Microelectronics WM831x RTC" depends on MFD_WM831X |