aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig19
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
533config 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
533config SGI_IP22 547config 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
968config SWAP_IO_SPACE 982config SWAP_IO_SPACE
969 bool 983 bool
970 984
985config 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.