diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-12-01 16:37:58 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-12-01 16:37:58 +0000 |
commit | bfe8628bfb740d34650632cea114c1b2228ed5b5 (patch) | |
tree | fb8766aed32b657ae65ee7861b9cdde3c876c6fa /target/linux/brcm47xx/config-3.10 | |
parent | 8fdbb2087df6d0c2ddb23ce4704a032bb2aed7d4 (diff) | |
download | upstream-bfe8628bfb740d34650632cea114c1b2228ed5b5.tar.gz upstream-bfe8628bfb740d34650632cea114c1b2228ed5b5.tar.bz2 upstream-bfe8628bfb740d34650632cea114c1b2228ed5b5.zip |
brcm47xx: add vectored interrupts
This adds support for vectored interrupts in this SoC.
This is supported by the 74K cpus.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-3.10')
-rw-r--r-- | target/linux/brcm47xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-3.10 b/target/linux/brcm47xx/config-3.10 index 78b69edb08..141bff0d2d 100644 --- a/target/linux/brcm47xx/config-3.10 +++ b/target/linux/brcm47xx/config-3.10 @@ -42,6 +42,7 @@ CONFIG_CPU_MIPS32=y CONFIG_CPU_MIPS32_R1=y # CONFIG_CPU_MIPS32_R2 is not set CONFIG_CPU_MIPSR1=y +CONFIG_CPU_MIPSR2_IRQ_VI=y CONFIG_CPU_R4K_CACHE_TLB=y CONFIG_CPU_R4K_FPU=y CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y |