The following commit has been merged into the irq/core branch of tip: Commit-ID: b20cf2dcbe8b77afb4fcbe7af9349dfca6b7f22a Gitweb: https://git.kernel.org/tip/b20cf2dcbe8b77afb4fcbe7af9349dfca6b7f22a Author: Antonio Borneo <antonio.borneo@xxxxxxxxxxx> AuthorDate: Thu, 20 Jun 2024 10:31:08 +02:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitterDate: Sun, 23 Jun 2024 19:49:44 +02:00 irqchip/stm32-exti: Add CONFIG_STM32MP_EXTI 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@xxxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20240620083115.204362-2-antonio.borneo@xxxxxxxxxxx --- drivers/irqchip/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index aaf8453..bc5e191 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -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