]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-zx/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-zx / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
acede515 2menuconfig ARCH_ZX
e3246542
MY
3 bool "ZTE ZX family"
4 depends on ARCH_MULTI_V7
acede515
JN
5 help
6 Support for ZTE ZX-based family of processors. TV
7 set-top-box processor is supported. More will be
8 added soon.
9
10if ARCH_ZX
11
12config SOC_ZX296702
13 def_bool y
14 select ARM_GIC
15 select ARM_GLOBAL_TIMER
16 select HAVE_ARM_SCU if SMP
17 select HAVE_ARM_TWD if SMP
a203a2a9 18 select PM_GENERIC_DOMAINS if PM
acede515
JN
19 help
20 Support for ZTE ZX296702 SoC which is a dual core CortexA9MP
21endif