From: Stefan Agner Date: Tue, 19 May 2015 23:16:46 +0000 (+0100) Subject: ARM: 8369/1: ARMv7M: define size of vector table for Vybrid X-Git-Tag: v4.14-rc1~5171^2~7^3~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45b0fa09c6e47c02ac0a08bd2b3c6a73480222e0;p=platform%2Fkernel%2Flinux-rpi.git ARM: 8369/1: ARMv7M: define size of vector table for Vybrid Vybrids has 112 peripheral interrupts which can be routed to the Cortex-M4's NVIC interrupt controller. Signed-off-by: Stefan Agner Signed-off-by: Russell King --- diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 6173aa3..54cc211f 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -609,6 +609,7 @@ config CPU_V7M_NUM_IRQ depends on CPU_V7M default 90 if ARCH_STM32 default 38 if ARCH_EFM32 + default 112 if SOC_VF610 default 240 help This option indicates the number of interrupts connected to the NVIC.