diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-14 09:02:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-16 13:23:45 -0400 |
commit | dd67b1556ebea118b40986cdb8e70874b5454442 (patch) | |
tree | 167320a78cb4afb05d841027d2860f7c38346470 /arch/mips/Kconfig | |
parent | 65a6ec0d72a07f16719e9b7a96e1c4bae044b591 (diff) |
[MIPS] IP32: Fix build by conversion to irq_cpu.c.
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 f943736541cb..f921235239f9 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -410,6 +410,7 @@ config SGI_IP32 | |||
410 | select BOOT_ELF32 | 410 | select BOOT_ELF32 |
411 | select DMA_NONCOHERENT | 411 | select DMA_NONCOHERENT |
412 | select HW_HAS_PCI | 412 | select HW_HAS_PCI |
413 | select IRQ_CPU | ||
413 | select R5000_CPU_SCACHE | 414 | select R5000_CPU_SCACHE |
414 | select RM7000_CPU_SCACHE | 415 | select RM7000_CPU_SCACHE |
415 | select SYS_HAS_CPU_R5000 | 416 | select SYS_HAS_CPU_R5000 |