diff options
author | Mark.Zhan <rongkai.zhan@windriver.com> | 2006-06-20 06:15:02 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-29 16:10:34 -0400 |
commit | 9247857f5acadf0ea87fd6a9514c633644634f08 (patch) | |
tree | 77ce13d9b8ef0076622a0225ac6b8b1607a80260 /arch/mips/Kconfig | |
parent | 0a6047eef1c465c38aacfbdab193161b3f0cd144 (diff) |
[MIPS] Fix the build error of Wind River PPMC board, rewrite irq code to C
o Fix the build error Wind River PPMC board caused by the change of
plat_setup hook interface.
o Rewrite first level interrupt dispatch code to C.
Signed-off-by: Rongkai.Zhan <rongkai.zhan@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 35e038a974c6..3fa67af8725d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -358,7 +358,7 @@ config MIPS_SEAD | |||
358 | board. | 358 | board. |
359 | 359 | ||
360 | config WR_PPMC | 360 | config WR_PPMC |
361 | bool "Support for Wind River PPMC board" | 361 | bool "Wind River PPMC board" |
362 | select IRQ_CPU | 362 | select IRQ_CPU |
363 | select BOOT_ELF32 | 363 | select BOOT_ELF32 |
364 | select DMA_NONCOHERENT | 364 | select DMA_NONCOHERENT |