Kconfig 254 B

12345678910111213
  1. menu "Versatile Express platform type"
  2. depends on ARCH_VEXPRESS
  3. config ARCH_VEXPRESS_CA9X4
  4. bool "Versatile Express Cortex-A9x4 tile"
  5. select CPU_V7
  6. select ARM_GIC
  7. select ARM_ERRATA_720789
  8. select ARM_ERRATA_751472
  9. select ARM_ERRATA_753970
  10. endmenu