xref: /linux/arch/arm/mach-zte/Kconfig (revision efe86f088f48f18c27b648e5724048947f3b7fb4)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig ARCH_ZTE
3	bool "ZTE zx family"
4	depends on ARCH_MULTI_V7
5	help
6	  Support for ZTE zx-based family of processors.
7
8if ARCH_ZTE
9
10config SOC_ZX297520V3
11	bool "zx297520v3 SoC"
12	default y
13	select ARM_GIC_V3
14	# This board does not have PSCI firmware, but ARM_GIC_V3 depends on
15	# ARM_PSCI_FW being enabled.
16	select ARM_PSCI_FW
17	select ARM_AMBA
18	select HAVE_ARM_ARCH_TIMER
19	select PM_GENERIC_DOMAINS if PM
20	help
21	  Support for ZTE zx297520v3 SoC. It is a single core SoC used in cheap
22	  LTE to WiFi routers. These devices can be identified by the occurrence
23	  of the string "zx297520v3" in the boot output and /proc/cpuinfo of
24	  their stock firmware.
25
26	  Please read Documentation/arch/arm/zte/zx297520v3.rst on how to boot
27	  the kernel.
28
29endif
30