diff options
author | Antonio Borneo <[email protected]> | 2024-06-20 10:31:08 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-06-23 19:49:44 +0200 |
commit | b20cf2dcbe8b77afb4fcbe7af9349dfca6b7f22a (patch) | |
tree | 03f54e27c6ed16c2ffa03f22dab153d1029b79af | |
parent | 7cc4f309c933ec5d64eea31066fe86bbf9e48819 (diff) |
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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/irqchip/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index aaf84530386a..bc5e19177280 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 |