f0a5f24217
- two upstreamed patches removed - compile tested all targets using 4.1 - run tested ar71xx Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47694
21 lines
637 B
Diff
21 lines
637 B
Diff
From 46c695d8285b73d39b0e16fcfd7da332fd2398d4 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <blogic@openwrt.org>
|
|
Date: Sat, 27 Jun 2015 13:00:27 +0200
|
|
Subject: [PATCH 60/76] arm: mediatek: select the arm timer by default
|
|
|
|
select ARM_ARCH_TIMER inside the Kconfig
|
|
|
|
Signed-off-by: John Crispin <blogic@openwrt.org>
|
|
---
|
|
arch/arm/mach-mediatek/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/mach-mediatek/Kconfig
|
|
+++ b/arch/arm/mach-mediatek/Kconfig
|
|
@@ -1,5 +1,6 @@
|
|
menuconfig ARCH_MEDIATEK
|
|
bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
|
|
+ select ARM_ARCH_TIMER
|
|
select ARM_GIC
|
|
select PINCTRL
|
|
select MTK_TIMER
|