Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682982 > unrolled thread
| Started by | Ludovic Barre <ludovic.Barre@st.com> |
|---|---|
| First post | 2017-07-07 09:30 +0200 |
| Last post | 2017-07-07 09:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/8] irqchip: stm32: select GENERIC_IRQ_CHIP Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200
| From | Ludovic Barre <ludovic.Barre@st.com> |
|---|---|
| Date | 2017-07-07 09:30 +0200 |
| Subject | [PATCH 1/8] irqchip: stm32: select GENERIC_IRQ_CHIP |
| Message-ID | <u0vS9-Am-13@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web