diff options
author | Ludovic Barre <ludovic.barre@st.com> | 2017-11-06 20:03:31 +0300 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2017-11-07 14:43:58 +0300 |
commit | 0e7d780721bd259d061ac0c1076e40e326d1b32b (patch) | |
tree | a2a271516a61dae473580ea29ce354020f579eab /drivers | |
parent | 706cffc1b912342668e621526c860fb093dfc2d5 (diff) | |
download | linux-0e7d780721bd259d061ac0c1076e40e326d1b32b.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/irqchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 1cb39405d7f8..ccfb14de57e4 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" |