ralink: bump to the target to v4.3
[openwrt/svn-archive/archive.git] / target / linux / ramips / patches-4.3 / 0015-arch-mips-do-not-select-illegal-access-driver-by-def.patch
1 From 9e6ce539092a1dd605a20bf73c655a9de58d8641 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Mon, 7 Dec 2015 17:18:05 +0100
4 Subject: [PATCH 15/53] arch: mips: do not select illegal access driver by
5 default
6
7 Signed-off-by: John Crispin <blogic@openwrt.org>
8 ---
9 arch/mips/ralink/Kconfig | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
13 index 2aa5e42..84cf692 100644
14 --- a/arch/mips/ralink/Kconfig
15 +++ b/arch/mips/ralink/Kconfig
16 @@ -13,9 +13,9 @@ config CLKEVT_RT3352
17 select CEVT_SYSTICK_QUIRK
18
19 config RALINK_ILL_ACC
20 - bool
21 + bool "illegal access irq"
22 depends on SOC_RT305X
23 - default y
24 + default n
25
26 config IRQ_INTC
27 bool
28 --
29 1.7.10.4
30