summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorGrant Likely2012-02-24 16:07:06 +0100
committerGrant Likely2012-02-24 17:47:23 +0100
commitabd2363f6a5f1030b935e0bdc15cf917313b3b10 (patch)
tree1f4546497af8162a60573203c5b017e2f7fed1f5 /arch/mips/Kconfig
parentirq_domain/x86: Convert x86 (embedded) to use common irq_domain (diff)
downloadkernel-qcow2-linux-abd2363f6a5f1030b935e0bdc15cf917313b3b10.tar.gz
kernel-qcow2-linux-abd2363f6a5f1030b935e0bdc15cf917313b3b10.tar.xz
kernel-qcow2-linux-abd2363f6a5f1030b935e0bdc15cf917313b3b10.zip
irq_domain/mips: Allow irq_domain on MIPS
This patch makes IRQ_DOMAIN usable on MIPS. It uses an ugly workaround to preserve current behaviour so that MIPS has time to add irq_domain registration to the irq controller drivers. The workaround will be removed in Linux v3.6 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-mips@linux-mips.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 5ab6e89603c5..edbbae17e820 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2327,6 +2327,7 @@ config USE_OF
bool "Flattened Device Tree support"
select OF
select OF_EARLY_FLATTREE
+ select IRQ_DOMAIN
help
Include support for flattened device tree machine descriptions.