]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: Kconfig: Select STM32MP_EXTI on STM32 platforms
authorAntonio Borneo <antonio.borneo@foss.st.com>
Thu, 20 Jun 2024 08:31:10 +0000 (10:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 23 Jun 2024 17:49:45 +0000 (19:49 +0200)
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
arch/arm64/Kconfig.platforms

index a52618073de2f7a82344f886e4dc65968020ec55..be8629858d747dcb3b93d0a0611a23250da34ed7 100644 (file)
@@ -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