diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-22 14:36:32 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 20:18:56 +0100 |
commit | 0ded1becc8deaea66f8837c274fd84facc257919 (patch) | |
tree | 3d6977f598deda45e25dac0a2576abb86855118c /arch/mips/bcm47xx/Kconfig | |
parent | d775c966c0602d3ea2fad51594e995f2d798b919 (diff) | |
download | linux-0ded1becc8deaea66f8837c274fd84facc257919.tar.bz2 |
MIPS: BCM47XX: add vectored interrupt support
This adds support for vectored interrupt which is supported by the SoC
using a MIPS 74K CPU like the BCM4716 and BCM4706.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6290/
Diffstat (limited to 'arch/mips/bcm47xx/Kconfig')
-rw-r--r-- | arch/mips/bcm47xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig index a29f51dd373e..df549af380af 100644 --- a/arch/mips/bcm47xx/Kconfig +++ b/arch/mips/bcm47xx/Kconfig @@ -21,6 +21,7 @@ config BCM47XX_SSB config BCM47XX_BCMA bool "BCMA Support for Broadcom BCM47XX" select SYS_HAS_CPU_MIPS32_R2 + select CPU_MIPSR2_IRQ_VI select BCMA select BCMA_HOST_SOC select BCMA_DRIVER_MIPS |