diff options
| author | Saeed Bishara <saeed@marvell.com> | 2009-01-06 17:42:24 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:25 -0500 |
| commit | defb45147b85457461bfd3e57f0ecc05c18c429e (patch) | |
| tree | d3b0bb51d110fce171c52ce2dfef12ffd5b461dc /drivers/rtc/Kconfig | |
| parent | 97a1f9532ed41fd9cf5249fc1afae23fd47d1120 (diff) | |
rtc: driver for Marvell's SoCs 88F6281 and 88F6192
Driver for the on-chip RTC found in some of Marvell's SoCs such as the
Kirkwood 88F6281 and 88F6192 devices.
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Cc: Russell King <rmk@arm.linux.org.uk>
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e374bf03e4fe..4ad831de41ad 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -712,4 +712,15 @@ config RTC_DRV_TX4939 | |||
| 712 | Driver for the internal RTC (Realtime Clock) module found on | 712 | Driver for the internal RTC (Realtime Clock) module found on |
| 713 | Toshiba TX4939 SoC. | 713 | Toshiba TX4939 SoC. |
| 714 | 714 | ||
| 715 | config RTC_DRV_MV | ||
| 716 | tristate "Marvell SoC RTC" | ||
| 717 | depends on ARCH_KIRKWOOD | ||
| 718 | help | ||
| 719 | If you say yes here you will get support for the in-chip RTC | ||
| 720 | that can be found in some of Marvell's SoC devices, such as | ||
| 721 | the Kirkwood 88F6281 and 88F6192. | ||
| 722 | |||
| 723 | This driver can also be built as a module. If so, the module | ||
| 724 | will be called rtc-mv. | ||
| 725 | |||
| 715 | endif # RTC_CLASS | 726 | endif # RTC_CLASS |
