mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 13:40:53 +07:00
590c1f0f04
The GCW Zero (http://www.gcw-zero.com) is a retro-gaming focused handheld game console, successfully kickstarted in ~2012, running Linux. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Acked-by: Mathieu Malaterre <malat@debian.org> Acked-by: Philippe Ombredanne <pombredanne@nexb.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Maarten ter Huurne <maarten@treewalker.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18490/ Signed-off-by: James Hogan <jhogan@kernel.org>
36 lines
622 B
Plaintext
36 lines
622 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
choice
|
|
prompt "Machine type"
|
|
depends on MACH_INGENIC
|
|
default JZ4740_QI_LB60
|
|
|
|
config JZ4740_QI_LB60
|
|
bool "Qi Hardware Ben NanoNote"
|
|
select MACH_JZ4740
|
|
|
|
config JZ4770_GCW0
|
|
bool "Game Consoles Worldwide GCW Zero"
|
|
select MACH_JZ4770
|
|
|
|
config JZ4780_CI20
|
|
bool "MIPS Creator CI20"
|
|
select MACH_JZ4780
|
|
|
|
endchoice
|
|
|
|
config MACH_JZ4740
|
|
bool
|
|
select SYS_HAS_CPU_MIPS32_R1
|
|
|
|
config MACH_JZ4770
|
|
bool
|
|
select MIPS_CPU_SCACHE
|
|
select SYS_HAS_CPU_MIPS32_R2
|
|
select SYS_SUPPORTS_HIGHMEM
|
|
|
|
config MACH_JZ4780
|
|
bool
|
|
select MIPS_CPU_SCACHE
|
|
select SYS_HAS_CPU_MIPS32_R2
|
|
select SYS_SUPPORTS_HIGHMEM
|