diff options
author | John Crispin <blogic@openwrt.org> | 2013-05-16 23:28:23 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 07:45:19 +0100 |
commit | 5433acd81e8733ede365ad41318f96175ed16b3a (patch) | |
tree | 157cda1beb1cb827209008ed564b132912eb6455 /arch/mips/ralink/Makefile | |
parent | 47e14d6678306f652d18230c101083e120402d92 (diff) | |
download | linux-5433acd81e8733ede365ad41318f96175ed16b3a.tar.bz2 |
MIPS: ralink: add illegal access driver
These SoCs have a special irq that fires upon an illegal memmory access.
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/8003/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r-- | arch/mips/ralink/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |