ARM: configs: stm32: Set CPU_V7M_NUM_IRQ to max value
authorAlexandre TORGUE <alexandre.torgue@st.com>
Thu, 23 Mar 2017 10:09:06 +0000 (11:09 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 30 Mar 2017 15:34:14 +0000 (17:34 +0200)
commit5758d31ac8e1f00d0fb506363db20b4e6427514e
tree3bbbfcade81ad807d6f22858d031a51024710f58
parentc02ed2e75ef4c74e41e421acb4ef1494671585e8
ARM: configs: stm32: Set CPU_V7M_NUM_IRQ to max value

stm32_defconfig is used for several STM32 MCU: STM32F429, STM32F469,
STM32F746 and now STM32H743. Each of MCU listed have different interrupts
number mapped on NVIC. STM32F429: 81, STM32F469: 92, STM32F746: 97 and
STM32H743: 149. I could set CPU_V7M_NUM_IRQ to 149 but in order to avoid
forgetting to update this value for next STM32 MCU I prefer to set it to
max value: 240.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/stm32_defconfig