Browse Source

irqchip/stm32: Select GENERIC_IRQ_CHIP

This patch adds GENERIC_IRQ_CHIP to stm32 exti
config.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Ludovic Barre 7 years ago
parent
commit
0e7d780721
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/irqchip/Kconfig

+ 1 - 0
drivers/irqchip/Kconfig

@@ -306,6 +306,7 @@ config EZNPS_GIC
 config STM32_EXTI
 	bool
 	select IRQ_DOMAIN
+	select GENERIC_IRQ_CHIP
 
 config QCOM_IRQ_COMBINER
 	bool "QCOM IRQ combiner support"