diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 22:38:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 22:38:03 +0000 |
commit | 8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9 (patch) | |
tree | dffa5dd7d3c237096c68edaaa52b6ed0da17d3c9 /target/linux/cns3xxx/patches-3.18/040-fiq_support.patch | |
parent | f366dc25d3c63e0faea2f76f55aa8d2141cf9778 (diff) | |
download | mtk-20170518-8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9.zip mtk-20170518-8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9.tar.gz mtk-20170518-8ecfa0e773f3aec21ab793e4f5588a2c4347ebb9.tar.bz2 |
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.patch | 2 |
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 4f09a36..16774a6 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 |