diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-02-21 22:54:18 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-02-21 22:54:18 +0300 |
commit | 16aba533fb1394634bf27dbaa930d8f2098d982f (patch) | |
tree | 23b821964a9fd878013c78ee84656bf49f8ee88b /drivers/irqchip/Kconfig | |
parent | fa00cb265e45f62353645c98d67460de64e56aff (diff) | |
parent | 1ad9a57633e407f40a288ed1d8660fe06446a002 (diff) | |
download | linux-16aba533fb1394634bf27dbaa930d8f2098d982f.tar.xz |
Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux into irq/core
Pull the second round of irqchip core changes for v4.6 from Jason Cooper:
- mvebu:
- Add odmi driver for Marvell 7K/8K SoCs
- Replace driver-specific set_affinity with generic version
- mips:
- Move ath79 MISC and CPU drivers from arch/ code to irqchip/
- tango:
- Add support for Sigma Designs SMP8[67]xx ctrl
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 0bd819c6c911..0ffbdfdc4170 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -161,6 +161,11 @@ config ST_IRQCHIP help Enables SysCfg Controlled IRQs on STi based platforms. +config TANGO_IRQ + bool + select IRQ_DOMAIN + select GENERIC_IRQ_CHIP + config TB10X_IRQC bool select IRQ_DOMAIN @@ -229,3 +234,7 @@ config IRQ_MXS def_bool y if MACH_ASM9260 || ARCH_MXS select IRQ_DOMAIN select STMP_DEVICE + +config MVEBU_ODMI + bool + select GENERIC_MSI_IRQ_DOMAIN |