Kconfig 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. config ARCH_VEXPRESS
  2. bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7
  3. select ARCH_REQUIRE_GPIOLIB
  4. select ARM_AMBA
  5. select ARM_GIC
  6. select ARM_TIMER_SP804
  7. select CLKDEV_LOOKUP
  8. select COMMON_CLK
  9. select COMMON_CLK_VERSATILE
  10. select CPU_V7
  11. select GENERIC_CLOCKEVENTS
  12. select HAVE_ARM_SCU if SMP
  13. select HAVE_ARM_TWD if SMP
  14. select HAVE_CLK
  15. select HAVE_PATA_PLATFORM
  16. select HAVE_SMP
  17. select ICST
  18. select MIGHT_HAVE_CACHE_L2X0
  19. select NO_IOPORT
  20. select PLAT_VERSATILE
  21. select PLAT_VERSATILE_CLCD
  22. select POWER_RESET
  23. select POWER_RESET_VEXPRESS
  24. select POWER_SUPPLY
  25. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  26. select VEXPRESS_CONFIG
  27. help
  28. This option enables support for systems using Cortex processor based
  29. ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
  30. for example:
  31. - CoreTile Express A5x2 (V2P-CA5s)
  32. - CoreTile Express A9x4 (V2P-CA9)
  33. - CoreTile Express A15x2 (V2P-CA15)
  34. - LogicTile Express 13MG (V2F-2XV6) with A5, A7, A9 or A15 SMMs
  35. (Soft Macrocell Models)
  36. - Versatile Express RTSMs (Models)
  37. You must boot using a Flattened Device Tree in order to use these
  38. platforms. The traditional (ATAGs) boot method is not usable on
  39. these boards with this option.
  40. menu "Versatile Express platform type"
  41. depends on ARCH_VEXPRESS
  42. config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA
  43. bool "Enable A5 and A9 only errata work-arounds"
  44. default y
  45. select ARM_ERRATA_720789
  46. select PL310_ERRATA_753970 if CACHE_PL310
  47. help
  48. Provides common dependencies for Versatile Express platforms
  49. based on Cortex-A5 and Cortex-A9 processors. In order to
  50. build a working kernel, you must also enable relevant core
  51. tile support or Flattened Device Tree based support options.
  52. config ARCH_VEXPRESS_CA9X4
  53. bool "Versatile Express Cortex-A9x4 tile"
  54. config ARCH_VEXPRESS_DCSCB
  55. bool "Dual Cluster System Control Block (DCSCB) support"
  56. depends on MCPM
  57. select ARM_CCI
  58. help
  59. Support for the Dual Cluster System Configuration Block (DCSCB).
  60. This is needed to provide CPU and cluster power management
  61. on RTSM implementing big.LITTLE.
  62. config ARCH_VEXPRESS_TC2_PM
  63. bool "Versatile Express TC2 power management"
  64. depends on MCPM
  65. select ARM_CCI
  66. help
  67. Support for CPU and cluster power management on Versatile Express
  68. with a TC2 (A15x2 A7x3) big.LITTLE core tile.
  69. endmenu