diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 138aac48d5d4..ecf922e3dc62 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -693,8 +693,8 @@ config SIBYTE_CRHONE | |||
693 | 693 | ||
694 | config SNI_RM200_PCI | 694 | config 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 |