kernel: update 4.1 to 4.1.13
[openwrt/staging/yousong.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 --- a/arch/arm/mach-mediatek/Kconfig
14 +++ b/arch/arm/mach-mediatek/Kconfig
15 @@ -1,5 +1,6 @@
16 menuconfig ARCH_MEDIATEK
17 bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
18 + select ARM_ARCH_TIMER
19 select ARM_GIC
20 select PINCTRL
21 select MTK_TIMER