diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2011-09-23 20:29:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-10-24 18:34:25 -0400 |
commit | 83bc769200802c9ce8fd1c7315fd14198d385b12 (patch) | |
tree | 5ad1e1704460f1bb03a6bfb13fdb2fa81ebc3279 /arch/mips/Kconfig | |
parent | 3766386037827fe7064f57f9aec27b3b5e9417aa (diff) |
MIPS: JZ4740: Use generic irq chip
Use the generic irq chip framework to implement the jz4740 INTC and GPIO irq
chips.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/2434/
Patchwork: https://patchwork.linux-mips.org/patch/2771/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d4d569b158f..0674b12841e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -215,6 +215,7 @@ config MACH_JZ4740 | |||
215 | select SYS_HAS_EARLY_PRINTK | 215 | select SYS_HAS_EARLY_PRINTK |
216 | select HAVE_PWM | 216 | select HAVE_PWM |
217 | select HAVE_CLK | 217 | select HAVE_CLK |
218 | select GENERIC_IRQ_CHIP | ||
218 | 219 | ||
219 | config LANTIQ | 220 | config LANTIQ |
220 | bool "Lantiq based platforms" | 221 | bool "Lantiq based platforms" |