diff options
author | Mark.Zhan <rongkai.zhan@windriver.com> | 2006-05-06 05:04:20 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:18 -0400 |
commit | a240a469649eaab03f0c4c7fbb21ea5041bf5572 (patch) | |
tree | 71801adbf35a8a449a76398a4a5d7c34066313b4 /arch/mips/Kconfig | |
parent | a643d2b57403dc943fd4d9a3c803addd1c6b0ddc (diff) |
[MIPS] Wind River 4KC PPMC Eval Board Support
Support for the GT-64120-based Wind River 4KC PPMC Evaluation board.
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 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b4d8095f0c0a..c9116a40e45a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -327,6 +327,27 @@ config MIPS_SEAD | |||
327 | This enables support for the MIPS Technologies SEAD evaluation | 327 | This enables support for the MIPS Technologies SEAD evaluation |
328 | board. | 328 | board. |
329 | 329 | ||
330 | config WR_PPMC | ||
331 | bool "Support for Wind River PPMC board" | ||
332 | select IRQ_CPU | ||
333 | select BOOT_ELF32 | ||
334 | select DMA_NONCOHERENT | ||
335 | select HW_HAS_PCI | ||
336 | select MIPS_GT64120 | ||
337 | select SWAP_IO_SPACE | ||
338 | select SYS_HAS_CPU_MIPS32_R1 | ||
339 | select SYS_HAS_CPU_MIPS32_R2 | ||
340 | select SYS_HAS_CPU_MIPS64_R1 | ||
341 | select SYS_HAS_CPU_NEVADA | ||
342 | select SYS_HAS_CPU_RM7000 | ||
343 | select SYS_SUPPORTS_32BIT_KERNEL | ||
344 | select SYS_SUPPORTS_64BIT_KERNEL | ||
345 | select SYS_SUPPORTS_BIG_ENDIAN | ||
346 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
347 | help | ||
348 | This enables support for the Wind River MIPS32 4KC PPMC evaluation | ||
349 | board, which is based on GT64120 bridge chip. | ||
350 | |||
330 | config MIPS_SIM | 351 | config MIPS_SIM |
331 | bool 'MIPS simulator (MIPSsim)' | 352 | bool 'MIPS simulator (MIPSsim)' |
332 | select DMA_NONCOHERENT | 353 | select DMA_NONCOHERENT |