aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2006-06-13 07:59:01 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-06-19 12:39:24 -0400
commit4a0312fca6599299bbed944ce09278d90388a3e5 (patch)
treecde9b9d353eab1aa7ab062c2a958986bd45c1f24 /arch/mips/Kconfig
parentb00f473e1af9a11454e572de1ea446eb672e700d (diff)
[MIPS] Support SNI RM200C SNI in big endian mode and R5000 processors.
Added support for RM200C machines with big endian firmware Added support for RM200-C40 (R5000 support) Signed-off-by: Florian Lohoff <flo@rfc822.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 138aac48d5d..ecf922e3dc6 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -693,8 +693,8 @@ config SIBYTE_CRHONE
693 693
694config SNI_RM200_PCI 694config SNI_RM200_PCI
695 bool "SNI RM200 PCI" 695 bool "SNI RM200 PCI"
696 select ARC 696 select ARC if CPU_LITTLE_ENDIAN
697 select ARC32 697 select ARC32 if CPU_LITTLE_ENDIAN
698 select ARCH_MAY_HAVE_PC_FDC 698 select ARCH_MAY_HAVE_PC_FDC
699 select BOOT_ELF32 699 select BOOT_ELF32
700 select DMA_NONCOHERENT 700 select DMA_NONCOHERENT
@@ -705,10 +705,13 @@ config SNI_RM200_PCI
705 select I8253 705 select I8253
706 select I8259 706 select I8259
707 select ISA 707 select ISA
708 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
708 select SYS_HAS_CPU_R4X00 709 select SYS_HAS_CPU_R4X00
710 select SYS_HAS_CPU_R5000
711 select R5000_CPU_SCACHE
709 select SYS_SUPPORTS_32BIT_KERNEL 712 select SYS_SUPPORTS_32BIT_KERNEL
710 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 713 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
711 select SYS_SUPPORTS_BIG_ENDIAN if EXPERIMENTAL 714 select SYS_SUPPORTS_BIG_ENDIAN
712 select SYS_SUPPORTS_HIGHMEM 715 select SYS_SUPPORTS_HIGHMEM
713 select SYS_SUPPORTS_LITTLE_ENDIAN 716 select SYS_SUPPORTS_LITTLE_ENDIAN
714 help 717 help