Skip to content

Commit

Permalink
ARM: 8369/1: ARMv7M: define size of vector table for Vybrid
Browse files Browse the repository at this point in the history
Vybrids has 112 peripheral interrupts which can be routed to the
Cortex-M4's NVIC interrupt controller.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Stefan Agner authored and Russell King committed Jun 2, 2015
1 parent e44d89f commit 45b0fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 45b0fa0

Please sign in to comment.