aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 01740ef77824..d2d9cd8e4912 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -602,6 +602,7 @@ config SNI_RM
602 bool "SNI RM200/300/400" 602 bool "SNI RM200/300/400"
603 select ARC if CPU_LITTLE_ENDIAN 603 select ARC if CPU_LITTLE_ENDIAN
604 select ARC32 if CPU_LITTLE_ENDIAN 604 select ARC32 if CPU_LITTLE_ENDIAN
605 select SNIPROM if CPU_BIG_ENDIAN
605 select ARCH_MAY_HAVE_PC_FDC 606 select ARCH_MAY_HAVE_PC_FDC
606 select BOOT_ELF32 607 select BOOT_ELF32
607 select CEVT_R4K 608 select CEVT_R4K
@@ -1003,6 +1004,9 @@ config DEFAULT_SGI_PARTITION
1003config ARC32 1004config ARC32
1004 bool 1005 bool
1005 1006
1007config SNIPROM
1008 bool
1009
1006config BOOT_ELF32 1010config BOOT_ELF32
1007 bool 1011 bool
1008 1012