diff options
| author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-12-12 04:06:23 -0500 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2013-01-30 15:13:44 -0500 |
| commit | a1671da560df1f6bd20d8c6934d1cfa2aacc4f32 (patch) | |
| tree | 8b7ec52afbada0f71b5ea069cbaf35f857b520a6 /drivers | |
| parent | b73690c8f8b5d12ed32e10fb787f54e4b4ca232b (diff) | |
rtc: Add support of rtc-mv for MVEBU SoCs
The Armada 370 and Armada XP Socs have the same controller that the
one used in the orion platforms. This patch enables the selection of
rtc-mv with mvebu platforms.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 923a9da9c829..20354b43932e 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -1023,7 +1023,7 @@ config RTC_DRV_TX4939 | |||
| 1023 | 1023 | ||
| 1024 | config RTC_DRV_MV | 1024 | config RTC_DRV_MV |
| 1025 | tristate "Marvell SoC RTC" | 1025 | tristate "Marvell SoC RTC" |
| 1026 | depends on ARCH_KIRKWOOD || ARCH_DOVE | 1026 | depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU |
| 1027 | help | 1027 | help |
| 1028 | If you say yes here you will get support for the in-chip RTC | 1028 | If you say yes here you will get support for the in-chip RTC |
| 1029 | that can be found in some of Marvell's SoC devices, such as | 1029 | that can be found in some of Marvell's SoC devices, such as |
