summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tbogendoerfer@suse.de>2019-05-07 17:09:15 -0400
committerPaul Burton <paul.burton@mips.com>2019-05-09 19:48:20 -0400
commite6308b6d35ea706c23a589a8c709fa444ff13e17 (patch)
tree12679cc0d20fe704547ff21e047a26e96be1bb1a /arch/mips/Kconfig
parenta57140e9a850582ddafdd8f115b78713baaf0d00 (diff)
MIPS: SGI-IP27: abstract chipset irq from bridge
Bridge ASIC is widely used in different SGI systems, but the connected chipset is either HUB, HEART or BEDROCK. This commit switches to irq domain hierarchy for hub and bridge interrupts to get bridge setup out of hub interrupt code. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> [paul.burton@mips.com: Resolve conflict with commit 69a07a41d908 ("MIPS: SGI-IP27: rework HUB interrupts").] Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 0e7a48598b26..d6406c176048 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -675,6 +675,7 @@ config SGI_IP27
675 select SYS_HAS_EARLY_PRINTK 675 select SYS_HAS_EARLY_PRINTK
676 select HAVE_PCI 676 select HAVE_PCI
677 select IRQ_MIPS_CPU 677 select IRQ_MIPS_CPU
678 select IRQ_DOMAIN_HIERARCHY
678 select NR_CPUS_DEFAULT_64 679 select NR_CPUS_DEFAULT_64
679 select PCI_DRIVERS_GENERIC 680 select PCI_DRIVERS_GENERIC
680 select PCI_XTALK_BRIDGE 681 select PCI_XTALK_BRIDGE