diff options
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 |