]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/mach-zx/Kconfig
powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-zx / Kconfig
CommitLineData
acede515 1menuconfig ARCH_ZX
e3246542
MY
2 bool "ZTE ZX family"
3 depends on ARCH_MULTI_V7
acede515
JN
4 help
5 Support for ZTE ZX-based family of processors. TV
6 set-top-box processor is supported. More will be
7 added soon.
8
9if ARCH_ZX
10
11config SOC_ZX296702
12 def_bool y
13 select ARM_GIC
14 select ARM_GLOBAL_TIMER
15 select HAVE_ARM_SCU if SMP
16 select HAVE_ARM_TWD if SMP
a203a2a9 17 select PM_GENERIC_DOMAINS if PM
acede515
JN
18 help
19 Support for ZTE ZX296702 SoC which is a dual core CortexA9MP
20endif