aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2006-12-28 12:22:32 -0500
committerRalf Baechle <ralf@linux-mips.org>2007-02-18 16:31:37 -0500
commitc066a32a890c50ce59e91f8cea8eb5fd8d5821b9 (patch)
treed129af235d11d44c649f0743bc38535c3a229e41 /arch/mips/Kconfig
parent5759906ca9e5201c3fd40d61c861ec1e441d3a24 (diff)
[MIPS] Support for several more SNI RM models.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index a92ce6bd7cf1..46fa5ca9f5ac 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -726,15 +726,16 @@ config SNI_RM
726 select BOOT_ELF32 726 select BOOT_ELF32
727 select DMA_NONCOHERENT 727 select DMA_NONCOHERENT
728 select GENERIC_ISA_DMA 728 select GENERIC_ISA_DMA
729 select HAVE_STD_PC_SERIAL_PORT
730 select HW_HAS_EISA 729 select HW_HAS_EISA
731 select HW_HAS_PCI 730 select HW_HAS_PCI
731 select IRQ_CPU
732 select I8253 732 select I8253
733 select I8259 733 select I8259
734 select ISA 734 select ISA
735 select SWAP_IO_SPACE if CPU_BIG_ENDIAN 735 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
736 select SYS_HAS_CPU_R4X00 736 select SYS_HAS_CPU_R4X00
737 select SYS_HAS_CPU_R5000 737 select SYS_HAS_CPU_R5000
738 select SYS_HAS_CPU_R10000
738 select R5000_CPU_SCACHE 739 select R5000_CPU_SCACHE
739 select SYS_SUPPORTS_32BIT_KERNEL 740 select SYS_SUPPORTS_32BIT_KERNEL
740 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 741 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
@@ -1066,7 +1067,7 @@ config BOOT_ELF32
1066 1067
1067config MIPS_L1_CACHE_SHIFT 1068config MIPS_L1_CACHE_SHIFT
1068 int 1069 int
1069 default "4" if MACH_DECSTATION 1070 default "4" if MACH_DECSTATION || SNI_RM
1070 default "7" if SGI_IP27 1071 default "7" if SGI_IP27
1071 default "5" 1072 default "5"
1072 1073