Kconfig 444 B

123456789101112131415161718192021
  1. menuconfig 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. if ARCH_ZX
  9. config SOC_ZX296702
  10. def_bool y
  11. select ARM_GIC
  12. select ARM_GLOBAL_TIMER
  13. select HAVE_ARM_SCU if SMP
  14. select HAVE_ARM_TWD if SMP
  15. select PM_GENERIC_DOMAINS if PM
  16. help
  17. Support for ZTE ZX296702 SoC which is a dual core CortexA9MP
  18. endif