mvebu: add support for RTC
[openwrt/staging/chunkeey.git] / target / linux / mvebu / patches-3.8 / 019-rtc_add_support_for_rtc_mv_for_mvebu.patch
1 The Armada 370 and Armada XP Socs have the same controller that the
2 one used in the orion platforms. This patch enables the selection of
3 rtc-mv with mvebu platforms.
4
5 Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
6 Acked-by: Andrew Lunn <andrew@lunn.ch>
7 ---
8 drivers/rtc/Kconfig | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
12 index 19c03ab..9356f75 100644
13 --- a/drivers/rtc/Kconfig
14 +++ b/drivers/rtc/Kconfig
15 @@ -994,7 +994,7 @@ config RTC_DRV_TX4939
16
17 config RTC_DRV_MV
18 tristate "Marvell SoC RTC"
19 - depends on ARCH_KIRKWOOD || ARCH_DOVE
20 + depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU
21 help
22 If you say yes here you will get support for the in-chip RTC
23 that can be found in some of Marvell's SoC devices, such as
24 --
25 1.7.9.5