Skip to content

Commit b20cf2d

Browse files
AntonioBorneoKAGA-KOKO
authored andcommitted
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]
1 parent 7cc4f30 commit b20cf2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/irqchip/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,10 @@ config LS_SCFG_MSI
404404
config PARTITION_PERCPU
405405
bool
406406

407+
config STM32MP_EXTI
408+
bool
409+
select STM32_EXTI
410+
407411
config STM32_EXTI
408412
bool
409413
select IRQ_DOMAIN

0 commit comments

Comments
 (0)