summaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2021-01-13 17:11:23 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-01-22 11:40:00 +0100
commitbaec970aa5ba11099ad7a91773350c91fb2113f0 (patch)
treea29768bc527cde6e1d1ee18aa6f030067cbc80d1 /arch/mips/Kconfig
parent65ce6197ed403b14f4efc70d509e07ac608a1ac5 (diff)
mips: Add N64 machine type
Add support for the Nintendo 64. Signed-off-by: Lauri Kasanen <cand@gmx.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index fc37ec02947e..5d6840920c3e 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -607,6 +607,18 @@ config MACH_VR41XX
select SYS_SUPPORTS_MIPS16
select GPIOLIB
+config MACH_NINTENDO64
+ bool "Nintendo 64 console"
+ select CEVT_R4K
+ select CSRC_R4K
+ select SYS_HAS_CPU_R4300
+ select SYS_SUPPORTS_BIG_ENDIAN
+ select SYS_SUPPORTS_ZBOOT
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_64BIT_KERNEL
+ select DMA_NONCOHERENT
+ select IRQ_MIPS_CPU
+
config RALINK
bool "Ralink based machines"
select CEVT_R4K