aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621/config-4.3
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-12 06:42:05 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-12 06:42:05 +0000
commit1f0b997cf5f2dc356b004e0f0326b2c2408678de (patch)
treef733c005c06a3bbdc32def63667b8b4f54ac4628 /target/linux/ramips/mt7621/config-4.3
parent1e82d9f741cd827e33bfa3d8b3cadffaeb2773c1 (diff)
downloadmaster-187ad058-1f0b997cf5f2dc356b004e0f0326b2c2408678de.tar.gz
master-187ad058-1f0b997cf5f2dc356b004e0f0326b2c2408678de.tar.bz2
master-187ad058-1f0b997cf5f2dc356b004e0f0326b2c2408678de.zip
ramips: use gic timer as clocksource for mt7621
* Switches clocksource to gic timer. * Moves frequency definitions to dtsi since frequency was hardcoded anyway Will work on proper frequency detection later. Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7621/config-4.3')
-rw-r--r--target/linux/ramips/mt7621/config-4.34
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-4.3 b/target/linux/ramips/mt7621/config-4.3
index f25850a002..a56395cfdd 100644
--- a/target/linux/ramips/mt7621/config-4.3
+++ b/target/linux/ramips/mt7621/config-4.3
@@ -17,10 +17,13 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_CEVT_R4K=y
# CONFIG_CEVT_SYSTICK_QUIRK is not set
CONFIG_CLKDEV_LOOKUP=y
+CONFIG_CLKSRC_MIPS_GIC=y
+CONFIG_CLKSRC_OF=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_CMDLINE="rootfstype=squashfs,jffs2"
CONFIG_CMDLINE_BOOL=y
# CONFIG_CMDLINE_OVERRIDE is not set
+CONFIG_COMMON_CLK=y
CONFIG_CPU_GENERIC_DUMP_TLB=y
CONFIG_CPU_HAS_PREFETCH=y
CONFIG_CPU_HAS_SYNC=y
@@ -78,6 +81,7 @@ CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_BPF_JIT=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_HAVE_CLK=y
+CONFIG_HAVE_CLK_PREPARE=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_HAVE_DEBUG_KMEMLEAK=y