aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2017-11-09 12:57:46 +0100
committerThomas Gleixner <tglx@linutronix.de>2017-11-09 12:57:46 +0100
commit9dc505d6df5c607a4ea088b5f1907540079a9859 (patch)
tree86b546b5cc0aaa3c71788cf5566cc6b86c89bc4e /drivers/irqchip/Kconfig
parentMerge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core (diff)
parentirqchip: mips-gic: Print warning if inherited GIC base is used (diff)
downloadlinux-dev-9dc505d6df5c607a4ea088b5f1907540079a9859.tar.xz
linux-dev-9dc505d6df5c607a4ea088b5f1907540079a9859.zip
Merge tag 'irqchip-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates for 4.15, take #3 from Marc Zyngier: - New Socionext Synquacer EXIU driver - stm32 new platform support and fixes - One GICv4 bugfix - A couple of MIPS GIC cleanups
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 85d0fb2b976c..39816b7e043d 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"