2b6418613d10d3f6fe5055cb67d3ed7574aab227
[openwrt/staging/chunkeey.git] / target / linux / mediatek / patches / 0060-arm-mediatek-select-the-arm-timer-by-default.patch
1 From 46c695d8285b73d39b0e16fcfd7da332fd2398d4 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Sat, 27 Jun 2015 13:00:27 +0200
4 Subject: [PATCH 60/76] arm: mediatek: select the arm timer by default
5
6 select ARM_ARCH_TIMER inside the Kconfig
7
8 Signed-off-by: John Crispin <blogic@openwrt.org>
9 ---
10 arch/arm/mach-mediatek/Kconfig | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
14 index 9f59e58..7704818 100644
15 --- a/arch/arm/mach-mediatek/Kconfig
16 +++ b/arch/arm/mach-mediatek/Kconfig
17 @@ -1,5 +1,6 @@
18 menuconfig ARCH_MEDIATEK
19 bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
20 + select ARM_ARCH_TIMER
21 select ARM_GIC
22 select PINCTRL
23 select MTK_TIMER
24 --
25 1.7.10.4
26