diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-08-02 10:35:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:16:52 -0400 |
commit | 8420fd00e88ef4f6082866aa151bc753b006b3b6 (patch) | |
tree | 6d4badf14729e256936d983f7f6fe70e4858bf38 /arch/mips/Kconfig | |
parent | 477f949e0ad7f1d3503a87b9f158d70c29abc918 (diff) |
[MIPS] The irq_chip for TX39/TX49 SoCs
Add generic irq_chip for TX39/TX49 SoCs. This can be replace
jmr3927_irq_irc, tx4927_irq_pic_type and tx4938_irq_pic_type.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2775dd666320..cec0d8411269 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -767,6 +767,9 @@ config IRQ_MSP_SLP | |||
767 | config IRQ_MSP_CIC | 767 | config IRQ_MSP_CIC |
768 | bool | 768 | bool |
769 | 769 | ||
770 | config IRQ_TXX9 | ||
771 | bool | ||
772 | |||
770 | config MIPS_BOARDS_GEN | 773 | config MIPS_BOARDS_GEN |
771 | bool | 774 | bool |
772 | 775 | ||