Skip to content

Commit 00f07f9

Browse files
AntonioBorneoKAGA-KOKO
authored andcommitted
arm64: Kconfig: Select STM32MP_EXTI on STM32 platforms
Use the new config flag to build the correct driver that will be extracted from the old code. Signed-off-by: Antonio Borneo <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 721cdbd commit 00f07f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ config ARCH_STM32
309309
select GPIOLIB
310310
select PINCTRL
311311
select PINCTRL_STM32MP257
312-
select STM32_EXTI
312+
select STM32MP_EXTI
313313
select ARM_SMC_MBOX
314314
select ARM_SCMI_PROTOCOL
315315
select COMMON_CLK_SCMI

0 commit comments

Comments
 (0)