mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 16:46:51 +07:00
0cd2c6e570
Add a device tree for the Ingenic X1000 based YSH & ATIL CU Neo board. Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> Acked-by: Paul Cercueil <paul@crapouillou.net> [paulburton@kernel.org: Drop stale mention of previously unselectable Kconfig entry.] Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: robh+dt@kernel.org Cc: paul.burton@mips.com Cc: jhogan@kernel.org Cc: mripard@kernel.org Cc: shawnguo@kernel.org Cc: mark.rutland@arm.com Cc: alexandre.belloni@bootlin.com Cc: ralf@linux-mips.org Cc: heiko@sntech.de Cc: icenowy@aosc.io Cc: ak@linux.intel.com Cc: laurent.pinchart@ideasonboard.com Cc: krzk@kernel.org Cc: geert+renesas@glider.be Cc: prasannatsmkumar@gmail.com Cc: keescook@chromium.org Cc: ebiederm@xmission.com Cc: sernia.zhou@foxmail.com Cc: zhenwenjin@gmail.com Cc: 772753199@qq.com
46 lines
826 B
Plaintext
46 lines
826 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
|
|
|
|
config X1000_CU1000_NEO
|
|
bool "YSH & ATIL CU1000 Module with Neo backplane"
|
|
select MACH_X1000
|
|
|
|
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
|
|
|
|
config MACH_X1000
|
|
bool
|
|
select MIPS_CPU_SCACHE
|
|
select SYS_HAS_CPU_MIPS32_R2
|
|
select SYS_SUPPORTS_HIGHMEM
|