projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44d89f
)
ARM: 8369/1: ARMv7M: define size of vector table for Vybrid
author
Stefan Agner
<stefan@agner.ch>
Tue, 19 May 2015 23:16:46 +0000
(
00:16
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 2 Jun 2015 08:58:19 +0000
(09:58 +0100)
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>
arch/arm/mm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mm/Kconfig
b/arch/arm/mm/Kconfig
index 6173aa3b7f448180e0e4d68ad2b37264fb114551..54cc211f866bf8df86f1c72df5923b22f2b484b4 100644
(file)
--- 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.