]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
irqchip/stm32-exti: Add CONFIG_STM32MP_EXTI
authorAntonio Borneo <antonio.borneo@foss.st.com>
Thu, 20 Jun 2024 08:31:08 +0000 (10:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 23 Jun 2024 17:49:44 +0000 (19:49 +0200)
To guarantee bisect-ability during the split of stm32-exti in MCU and MPU
code, introduce CONFIG_STM32MP_EXTI.

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-2-antonio.borneo@foss.st.com
drivers/irqchip/Kconfig

index aaf84530386a089fc757f8775e75fe65d72eedc0..bc5e191772803ab7fa342d476fe72a22567f8c76 100644 (file)
@@ -404,6 +404,10 @@ config LS_SCFG_MSI
 config PARTITION_PERCPU
        bool
 
+config STM32MP_EXTI
+       bool
+       select STM32_EXTI
+
 config STM32_EXTI
        bool
        select IRQ_DOMAIN