From defb45147b85457461bfd3e57f0ecc05c18c429e Mon Sep 17 00:00:00 2001 From: Saeed Bishara Date: Tue, 6 Jan 2009 14:42:24 -0800 Subject: 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 Signed-off-by: Lennert Buytenhek Signed-off-by: Nicolas Pitre Signed-off-by: Alessandro Zummo Cc: David Brownell Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/rtc/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'drivers/rtc/Kconfig') diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e374bf03e4f..4ad831de41a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -712,4 +712,15 @@ config RTC_DRV_TX4939 Driver for the internal RTC (Realtime Clock) module found on Toshiba TX4939 SoC. +config RTC_DRV_MV + tristate "Marvell SoC RTC" + depends on ARCH_KIRKWOOD + help + If you say yes here you will get support for the in-chip RTC + that can be found in some of Marvell's SoC devices, such as + the Kirkwood 88F6281 and 88F6192. + + This driver can also be built as a module. If so, the module + will be called rtc-mv. + endif # RTC_CLASS -- cgit v1.2.3