Skip to content

Commit

Permalink
irqchip/stm32-exti: Add CONFIG_STM32MP_EXTI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Antonio Borneo authored and Thomas Gleixner committed Jun 23, 2024
1 parent 7cc4f30 commit b20cf2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/irqchip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b20cf2d

Please sign in to comment.