diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-09-13 10:51:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:04 -0400 |
commit | d5ab1a6910fe850fa092888f210cf6c43136a7ab (patch) | |
tree | 142f9f35f0d9fc6e675caf42a1cd8a82b56aa8e9 /arch/mips/Kconfig | |
parent | 718f05f6ddc171a90fb7a277be6f6f65b4ca82be (diff) |
[MIPS] Add GT641xx IRQ routines.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ebc7b4b45c84..90b409d06153 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -64,6 +64,7 @@ config MIPS_COBALT | |||
64 | select HW_HAS_PCI | 64 | select HW_HAS_PCI |
65 | select I8259 | 65 | select I8259 |
66 | select IRQ_CPU | 66 | select IRQ_CPU |
67 | select IRQ_GT641XX | ||
67 | select PCI_GT64XXX_PCI0 | 68 | select PCI_GT64XXX_PCI0 |
68 | select SYS_HAS_CPU_NEVADA | 69 | select SYS_HAS_CPU_NEVADA |
69 | select SYS_HAS_EARLY_PRINTK | 70 | select SYS_HAS_EARLY_PRINTK |
@@ -806,6 +807,9 @@ config IRQ_MSP_CIC | |||
806 | config IRQ_TXX9 | 807 | config IRQ_TXX9 |
807 | bool | 808 | bool |
808 | 809 | ||
810 | config IRQ_GT641XX | ||
811 | bool | ||
812 | |||
809 | config MIPS_BOARDS_GEN | 813 | config MIPS_BOARDS_GEN |
810 | bool | 814 | bool |
811 | 815 | ||