ramips: fix subtarget kernel version assignment (only mt7621 is ready for now)
[openwrt.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 --- a/arch/mips/ralink/Kconfig
13 +++ b/arch/mips/ralink/Kconfig
14 @@ -13,9 +13,9 @@ config CLKEVT_RT3352
15         select CEVT_SYSTICK_QUIRK
16  
17  config RALINK_ILL_ACC
18 -       bool
19 +       bool "illegal access irq"
20         depends on SOC_RT305X
21 -       default y
22 +       default n
23  
24  config IRQ_INTC
25         bool