18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciconfig MACH_INGENIC_GENERIC
48c2ecf20Sopenharmony_ci	bool
58c2ecf20Sopenharmony_ci	select MACH_INGENIC
68c2ecf20Sopenharmony_ci	select MACH_JZ4740
78c2ecf20Sopenharmony_ci	select MACH_JZ4770
88c2ecf20Sopenharmony_ci	select MACH_JZ4780
98c2ecf20Sopenharmony_ci	select MACH_X1000
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cichoice
128c2ecf20Sopenharmony_ci	prompt "Machine type"
138c2ecf20Sopenharmony_ci	depends on MACH_INGENIC_SOC
148c2ecf20Sopenharmony_ci	default INGENIC_GENERIC_BOARD
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciconfig INGENIC_GENERIC_BOARD
178c2ecf20Sopenharmony_ci	bool "Generic board"
188c2ecf20Sopenharmony_ci	select MACH_INGENIC_GENERIC
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciconfig JZ4740_QI_LB60
218c2ecf20Sopenharmony_ci	bool "Qi Hardware Ben NanoNote"
228c2ecf20Sopenharmony_ci	select MACH_JZ4740
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ciconfig JZ4740_RS90
258c2ecf20Sopenharmony_ci	bool "YLM RetroMini (RS-90)"
268c2ecf20Sopenharmony_ci	select MACH_JZ4725B
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ciconfig JZ4770_GCW0
298c2ecf20Sopenharmony_ci	bool "Game Consoles Worldwide GCW Zero"
308c2ecf20Sopenharmony_ci	select MACH_JZ4770
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ciconfig JZ4780_CI20
338c2ecf20Sopenharmony_ci	bool "MIPS Creator CI20"
348c2ecf20Sopenharmony_ci	select MACH_JZ4780
358c2ecf20Sopenharmony_ci
368c2ecf20Sopenharmony_ciconfig X1000_CU1000_NEO
378c2ecf20Sopenharmony_ci	bool "YSH & ATIL CU1000 Module with Neo backplane"
388c2ecf20Sopenharmony_ci	select MACH_X1000
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ciconfig X1830_CU1830_NEO
418c2ecf20Sopenharmony_ci	bool "YSH & ATIL CU1830 Module with Neo backplane"
428c2ecf20Sopenharmony_ci	select MACH_X1830
438c2ecf20Sopenharmony_ci
448c2ecf20Sopenharmony_ciendchoice
458c2ecf20Sopenharmony_ci
468c2ecf20Sopenharmony_ciconfig MACH_JZ4725B
478c2ecf20Sopenharmony_ci	bool
488c2ecf20Sopenharmony_ci	select SYS_HAS_CPU_MIPS32_R1
498c2ecf20Sopenharmony_ci
508c2ecf20Sopenharmony_ciconfig MACH_JZ4740
518c2ecf20Sopenharmony_ci	bool
528c2ecf20Sopenharmony_ci	select SYS_HAS_CPU_MIPS32_R1
538c2ecf20Sopenharmony_ci
548c2ecf20Sopenharmony_ciconfig MACH_JZ4770
558c2ecf20Sopenharmony_ci	bool
568c2ecf20Sopenharmony_ci	select MIPS_CPU_SCACHE
578c2ecf20Sopenharmony_ci	select SYS_HAS_CPU_MIPS32_R2
588c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_HIGHMEM
598c2ecf20Sopenharmony_ci
608c2ecf20Sopenharmony_ciconfig MACH_JZ4780
618c2ecf20Sopenharmony_ci	bool
628c2ecf20Sopenharmony_ci	select MIPS_CPU_SCACHE
638c2ecf20Sopenharmony_ci	select SYS_HAS_CPU_MIPS32_R2
648c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_HIGHMEM
658c2ecf20Sopenharmony_ci
668c2ecf20Sopenharmony_ciconfig MACH_X1000
678c2ecf20Sopenharmony_ci	bool
688c2ecf20Sopenharmony_ci	select MIPS_CPU_SCACHE
698c2ecf20Sopenharmony_ci	select SYS_HAS_CPU_MIPS32_R2
708c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_HIGHMEM
718c2ecf20Sopenharmony_ci
728c2ecf20Sopenharmony_ciconfig MACH_X1830
738c2ecf20Sopenharmony_ci	bool
748c2ecf20Sopenharmony_ci	select MIPS_CPU_SCACHE
758c2ecf20Sopenharmony_ci	select SYS_HAS_CPU_MIPS32_R2
768c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_HIGHMEM
77