diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index fdeffc81e17a..df5094dac6c7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -546,6 +546,15 @@ config SGI_IP32 | |||
546 | help | 546 | help |
547 | If you want this kernel to run on SGI O2 workstation, say Y here. | 547 | If you want this kernel to run on SGI O2 workstation, say Y here. |
548 | 548 | ||
549 | config SIBYTE_BIGSUR | ||
550 | bool "Support for Sibyte BigSur" | ||
551 | select BOOT_ELF32 | ||
552 | select DMA_COHERENT | ||
553 | select SIBYTE_BCM1x80 | ||
554 | select SWAP_IO_SPACE | ||
555 | select SYS_SUPPORTS_BIG_ENDIAN | ||
556 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
557 | |||
549 | config SIBYTE_SWARM | 558 | config SIBYTE_SWARM |
550 | bool "Support for Sibyte BCM91250A-SWARM" | 559 | bool "Support for Sibyte BCM91250A-SWARM" |
551 | select BOOT_ELF32 | 560 | select BOOT_ELF32 |