diff options
author | dmitry pervushin <dpervushin@ru.mvista.com> | 2006-05-21 06:53:06 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:26 -0400 |
commit | 355c471f2ff324c21f8a1fb8e2e242a0f2a4aa68 (patch) | |
tree | 8a491d03e865b9e16686004dea765a141e048219 /arch/mips/Kconfig | |
parent | 4a0312fca6599299bbed944ce09278d90388a3e5 (diff) |
[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board
Signed-off-by: dmitry pervushin <dpervushin@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ecf922e3dc62..db3d008732c6 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -530,6 +530,20 @@ config QEMU | |||
530 | simulate actual MIPS hardware platforms. More information on Qemu | 530 | simulate actual MIPS hardware platforms. More information on Qemu |
531 | can be found at http://www.linux-mips.org/wiki/Qemu. | 531 | can be found at http://www.linux-mips.org/wiki/Qemu. |
532 | 532 | ||
533 | config MARKEINS | ||
534 | bool "Support for NEC EMMA2RH Mark-eins" | ||
535 | select DMA_NONCOHERENT | ||
536 | select HW_HAS_PCI | ||
537 | select IRQ_CPU | ||
538 | select SWAP_IO_SPACE | ||
539 | select SYS_SUPPORTS_32BIT_KERNEL | ||
540 | select SYS_SUPPORTS_BIG_ENDIAN | ||
541 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
542 | select SYS_HAS_CPU_R5000 | ||
543 | help | ||
544 | This enables support for the R5432-based NEC Mark-eins | ||
545 | boards with R5500 CPU. | ||
546 | |||
533 | config SGI_IP22 | 547 | config SGI_IP22 |
534 | bool "SGI IP22 (Indy/Indigo2)" | 548 | bool "SGI IP22 (Indy/Indigo2)" |
535 | select ARC | 549 | select ARC |
@@ -968,6 +982,11 @@ config SOC_PNX8550 | |||
968 | config SWAP_IO_SPACE | 982 | config SWAP_IO_SPACE |
969 | bool | 983 | bool |
970 | 984 | ||
985 | config EMMA2RH | ||
986 | bool | ||
987 | depends on MARKEINS | ||
988 | default y | ||
989 | |||
971 | # | 990 | # |
972 | # Unfortunately not all GT64120 systems run the chip at the same clock. | 991 | # Unfortunately not all GT64120 systems run the chip at the same clock. |
973 | # As the user for the clock rate and try to minimize the available options. | 992 | # As the user for the clock rate and try to minimize the available options. |