Rob Herring | 6172763 | 2012-09-06 13:43:04 -0500 | [diff] [blame] | 1 | config ARCH_VEXPRESS |
| 2 | bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7 |
Pawel Moll | 38669e0 | 2012-10-09 12:56:36 +0100 | [diff] [blame] | 3 | select ARCH_REQUIRE_GPIOLIB |
Ben Dooks | 98dec91 | 2013-05-28 21:34:50 +0100 | [diff] [blame] | 4 | select ARCH_SUPPORTS_BIG_ENDIAN |
Rob Herring | 6172763 | 2012-09-06 13:43:04 -0500 | [diff] [blame] | 5 | select ARM_AMBA |
| 6 | select ARM_GIC |
| 7 | select ARM_TIMER_SP804 |
Rob Herring | 6172763 | 2012-09-06 13:43:04 -0500 | [diff] [blame] | 8 | select COMMON_CLK |
Pawel Moll | 38669e0 | 2012-10-09 12:56:36 +0100 | [diff] [blame] | 9 | select COMMON_CLK_VERSATILE |
Rob Herring | 6172763 | 2012-09-06 13:43:04 -0500 | [diff] [blame] | 10 | select CPU_V7 |
| 11 | select GENERIC_CLOCKEVENTS |
Stephen Boyd | 4c3ffff | 2013-02-27 15:28:14 -0800 | [diff] [blame] | 12 | select HAVE_ARM_SCU if SMP |
Stephen Boyd | a894fcc | 2013-02-15 16:02:20 -0800 | [diff] [blame] | 13 | select HAVE_ARM_TWD if SMP |
Rob Herring | 6172763 | 2012-09-06 13:43:04 -0500 | [diff] [blame] | 14 | select HAVE_PATA_PLATFORM |
| 15 | select HAVE_SMP |
| 16 | select ICST |
| 17 | select MIGHT_HAVE_CACHE_L2X0 |
| 18 | select NO_IOPORT |
| 19 | select PLAT_VERSATILE |
| 20 | select PLAT_VERSATILE_CLCD |
Catalin Marinas | 2655f51 | 2013-01-15 11:24:14 +0000 | [diff] [blame] | 21 | select POWER_RESET |
| 22 | select POWER_RESET_VEXPRESS |
| 23 | select POWER_SUPPLY |
Rob Herring | 6172763 | 2012-09-06 13:43:04 -0500 | [diff] [blame] | 24 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
Pawel Moll | 38669e0 | 2012-10-09 12:56:36 +0100 | [diff] [blame] | 25 | select VEXPRESS_CONFIG |
Rob Herring | 6172763 | 2012-09-06 13:43:04 -0500 | [diff] [blame] | 26 | help |
| 27 | This option enables support for systems using Cortex processor based |
| 28 | ARM core and logic (FPGA) tiles on the Versatile Express motherboard, |
| 29 | for example: |
| 30 | |
| 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 | |
| 38 | You must boot using a Flattened Device Tree in order to use these |
| 39 | platforms. The traditional (ATAGs) boot method is not usable on |
| 40 | these boards with this option. |
| 41 | |
Russell King | ceade89 | 2010-02-11 21:44:53 +0000 | [diff] [blame] | 42 | menu "Versatile Express platform type" |
| 43 | depends on ARCH_VEXPRESS |
| 44 | |
Pawel Moll | 8deed17 | 2012-02-23 13:04:51 +0000 | [diff] [blame] | 45 | config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA |
Will Deacon | ef59119 | 2012-07-04 16:01:16 +0100 | [diff] [blame] | 46 | bool "Enable A5 and A9 only errata work-arounds" |
| 47 | default y |
Will Deacon | 3de4ade | 2011-02-21 19:12:27 +0100 | [diff] [blame] | 48 | select ARM_ERRATA_720789 |
Pawel Moll | 8deed17 | 2012-02-23 13:04:51 +0000 | [diff] [blame] | 49 | select PL310_ERRATA_753970 if CACHE_PL310 |
| 50 | help |
| 51 | Provides common dependencies for Versatile Express platforms |
| 52 | based on Cortex-A5 and Cortex-A9 processors. In order to |
| 53 | build a working kernel, you must also enable relevant core |
| 54 | tile support or Flattened Device Tree based support options. |
| 55 | |
| 56 | config ARCH_VEXPRESS_CA9X4 |
| 57 | bool "Versatile Express Cortex-A9x4 tile" |
Pawel Moll | 8deed17 | 2012-02-23 13:04:51 +0000 | [diff] [blame] | 58 | |
Nicolas Pitre | 1e904e1 | 2012-05-02 20:56:52 -0400 | [diff] [blame] | 59 | config ARCH_VEXPRESS_DCSCB |
| 60 | bool "Dual Cluster System Control Block (DCSCB) support" |
| 61 | depends on MCPM |
Dave Martin | d41418c0 | 2012-07-17 14:25:44 +0100 | [diff] [blame] | 62 | select ARM_CCI |
Nicolas Pitre | 1e904e1 | 2012-05-02 20:56:52 -0400 | [diff] [blame] | 63 | help |
| 64 | Support for the Dual Cluster System Configuration Block (DCSCB). |
| 65 | This is needed to provide CPU and cluster power management |
| 66 | on RTSM implementing big.LITTLE. |
| 67 | |
Sudeep KarkadaNagesha | f7cd2d8 | 2013-10-29 12:18:37 +0000 | [diff] [blame] | 68 | config ARCH_VEXPRESS_SPC |
| 69 | bool "Versatile Express Serial Power Controller (SPC)" |
| 70 | select ARCH_HAS_CPUFREQ |
| 71 | select ARCH_HAS_OPP |
| 72 | select PM_OPP |
| 73 | help |
| 74 | The TC2 (A15x2 A7x3) versatile express core tile integrates a logic |
| 75 | block called Serial Power Controller (SPC) that provides the interface |
| 76 | between the dual cluster test-chip and the M3 microcontroller that |
| 77 | carries out power management. |
| 78 | |
Nicolas Pitre | 11b277e | 2013-08-06 19:10:08 +0100 | [diff] [blame] | 79 | config ARCH_VEXPRESS_TC2_PM |
| 80 | bool "Versatile Express TC2 power management" |
| 81 | depends on MCPM |
| 82 | select ARM_CCI |
Sudeep KarkadaNagesha | f7cd2d8 | 2013-10-29 12:18:37 +0000 | [diff] [blame] | 83 | select ARCH_VEXPRESS_SPC |
Nicolas Pitre | 11b277e | 2013-08-06 19:10:08 +0100 | [diff] [blame] | 84 | help |
| 85 | Support for CPU and cluster power management on Versatile Express |
| 86 | with a TC2 (A15x2 A7x3) big.LITTLE core tile. |
| 87 | |
Russell King | ceade89 | 2010-02-11 21:44:53 +0000 | [diff] [blame] | 88 | endmenu |