1menuconfig ARCH_ZX 2 bool "ZTE ZX family" 3 depends on ARCH_MULTI_V7 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 17 select PM_GENERIC_DOMAINS if PM 18 help 19 Support for ZTE ZX296702 SoC which is a dual core CortexA9MP 20endif 21