From 5433acd81e8733ede365ad41318f96175ed16b3a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 16 May 2013 23:28:23 +0200 Subject: MIPS: ralink: add illegal access driver These SoCs have a special irq that fires upon an illegal memmory access. Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/8003/ Signed-off-by: Ralf Baechle --- arch/mips/ralink/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips/ralink/Makefile') diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile index 2c09c8aa0ae2..833fa677e6b8 100644 --- a/arch/mips/ralink/Makefile +++ b/arch/mips/ralink/Makefile @@ -10,6 +10,8 @@ obj-y := prom.o of.o reset.o clk.o irq.o timer.o obj-$(CONFIG_CLKEVT_RT3352) += cevt-rt3352.o +obj-$(CONFIG_RALINK_ILL_ACC) += ill_acc.o + obj-$(CONFIG_SOC_RT288X) += rt288x.o obj-$(CONFIG_SOC_RT305X) += rt305x.o obj-$(CONFIG_SOC_RT3883) += rt3883.o -- cgit