Kconfig 424 B

123456789101112131415161718192021
  1. menuconfig ARCH_ARTPEC
  2. bool "Axis Communications ARM based ARTPEC SoCs"
  3. depends on ARCH_MULTI_V7
  4. if ARCH_ARTPEC
  5. config MACH_ARTPEC6
  6. bool "Axis ARTPEC-6 ARM Cortex A9 Platform"
  7. depends on ARCH_MULTI_V7
  8. select ARM_AMBA
  9. select ARM_GIC
  10. select ARM_GLOBAL_TIMER
  11. select ARM_PSCI
  12. select HAVE_ARM_ARCH_TIMER
  13. select HAVE_ARM_SCU
  14. select HAVE_ARM_TWD if SMP
  15. help
  16. Support for Axis ARTPEC-6 ARM Cortex A9 Platform
  17. endif