Skip to content

Commit

Permalink
arm64: Kconfig: Select STM32MP_EXTI on STM32 platforms
Browse files Browse the repository at this point in the history
Use the new config flag to build the correct driver that will be
extracted from the old code.

Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240620083115.204362-4-antonio.borneo@foss.st.com
  • Loading branch information
Antonio Borneo authored and Thomas Gleixner committed Jun 23, 2024
1 parent 721cdbd commit 00f07f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/Kconfig.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ config ARCH_STM32
select GPIOLIB
select PINCTRL
select PINCTRL_STM32MP257
select STM32_EXTI
select STM32MP_EXTI
select ARM_SMC_MBOX
select ARM_SCMI_PROTOCOL
select COMMON_CLK_SCMI
Expand Down

0 comments on commit 00f07f9

Please sign in to comment.