From: Ludovic Barre Date: Mon, 6 Nov 2017 17:03:31 +0000 (+0100) Subject: irqchip/stm32: Select GENERIC_IRQ_CHIP X-Git-Tag: v4.15-rc1~152^2~4^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7d780721bd259d061ac0c1076e40e326d1b32b;p=thirdparty%2Fkernel%2Flinux.git irqchip/stm32: Select GENERIC_IRQ_CHIP This patch adds GENERIC_IRQ_CHIP to stm32 exti config. Signed-off-by: Ludovic Barre Signed-off-by: Marc Zyngier --- diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 1cb39405d7f84..ccfb14de57e44 100644 --- a/drivers/irqchip/Kconfig +++ b/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"