Skip to content

Commit 721cdbd

Browse files
AntonioBorneoKAGA-KOKO
authored andcommitted
ARM: stm32: Use different EXTI driver on ARMv7m and ARMv7a
Build the proper driver by selecting the appropriate config flag. Signed-off-by: Antonio Borneo <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b20cf2d commit 721cdbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/mach-stm32/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ menuconfig ARCH_STM32
1111
select CLKSRC_STM32
1212
select PINCTRL
1313
select RESET_CONTROLLER
14-
select STM32_EXTI
14+
select STM32MP_EXTI if ARCH_MULTI_V7
15+
select STM32_EXTI if ARM_SINGLE_ARMV7M
1516
select STM32_FIREWALL
1617
help
1718
Support for STMicroelectronics STM32 processors.

0 commit comments

Comments
 (0)