aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.18/040-fiq_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-18 22:38:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-18 22:38:03 +0000
commit8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9 (patch)
treedffa5dd7d3c237096c68edaaa52b6ed0da17d3c9 /target/linux/cns3xxx/patches-3.18/040-fiq_support.patch
parentf366dc25d3c63e0faea2f76f55aa8d2141cf9778 (diff)
downloadupstream-8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9.tar.gz
upstream-8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9.tar.bz2
upstream-8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9.zip
cns3xxx: fix adding twd local timers
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48331
Diffstat (limited to 'target/linux/cns3xxx/patches-3.18/040-fiq_support.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.18/040-fiq_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.18/040-fiq_support.patch b/target/linux/cns3xxx/patches-3.18/040-fiq_support.patch
index 4f09a36f14..16774a6a3e 100644
--- a/target/linux/cns3xxx/patches-3.18/040-fiq_support.patch
+++ b/target/linux/cns3xxx/patches-3.18/040-fiq_support.patch
@@ -2,7 +2,7 @@
+++ b/arch/arm/mach-cns3xxx/Kconfig
@@ -5,6 +5,7 @@ menuconfig ARCH_CNS3XXX
select HAVE_ARM_SCU if SMP
- select HAVE_ARM_TWD if LOCAL_TIMERS
+ select HAVE_ARM_TWD
select HAVE_SMP
+ select FIQ
help