[PATCH v3 1/9] irqchip: stm32: select GENERIC_IRQ_CHIP

From: Ludovic Barre
Date: Mon Nov 06 2017 - 12:04:45 EST


From: Ludovic Barre <ludovic.barre@xxxxxx>

This patch adds GENERIC_IRQ_CHIP to stm32 exti
config.

Signed-off-by: Ludovic Barre <ludovic.barre@xxxxxx>
---
drivers/irqchip/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 9d8a1dd..c067aae 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -304,6 +304,7 @@ config EZNPS_GIC
config STM32_EXTI
bool
select IRQ_DOMAIN
+ select GENERIC_IRQ_CHIP

config QCOM_IRQ_COMBINER
bool "QCOM IRQ combiner support"
--
2.7.4