Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682982
| From | Ludovic Barre <ludovic.Barre@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/8] irqchip: stm32: select GENERIC_IRQ_CHIP |
| Date | 2017-07-07 09:30 +0200 |
| Message-ID | <u0vS9-Am-13@gated-at.bofh.it> (permalink) |
| References | <u0vS9-Am-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Ludovic Barre <ludovic.barre@st.com> --- drivers/irqchip/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 676232a..202f77c 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -298,6 +298,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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/8] irqchip: stm32: select GENERIC_IRQ_CHIP Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200
csiph-web