blob: 80b4be36f10a22bd69840c99e241eabdb756809a [file] [log] [blame]
Rob Herring61727632012-09-06 13:43:04 -05001config ARCH_VEXPRESS
2 bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7
Pawel Moll38669e02012-10-09 12:56:36 +01003 select ARCH_REQUIRE_GPIOLIB
Ben Dooks98dec912013-05-28 21:34:50 +01004 select ARCH_SUPPORTS_BIG_ENDIAN
Rob Herring61727632012-09-06 13:43:04 -05005 select ARM_AMBA
6 select ARM_GIC
7 select ARM_TIMER_SP804
Pawel Moll38669e02012-10-09 12:56:36 +01008 select COMMON_CLK_VERSATILE
Stephen Boyd4c3ffff2013-02-27 15:28:14 -08009 select HAVE_ARM_SCU if SMP
Stephen Boyda894fcc2013-02-15 16:02:20 -080010 select HAVE_ARM_TWD if SMP
Rob Herring61727632012-09-06 13:43:04 -050011 select HAVE_PATA_PLATFORM
Rob Herring61727632012-09-06 13:43:04 -050012 select ICST
Rob Herring61727632012-09-06 13:43:04 -050013 select NO_IOPORT
14 select PLAT_VERSATILE
15 select PLAT_VERSATILE_CLCD
Catalin Marinas2655f512013-01-15 11:24:14 +000016 select POWER_RESET
17 select POWER_RESET_VEXPRESS
18 select POWER_SUPPLY
Rob Herring61727632012-09-06 13:43:04 -050019 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Pawel Moll38669e02012-10-09 12:56:36 +010020 select VEXPRESS_CONFIG
Rob Herring61727632012-09-06 13:43:04 -050021 help
22 This option enables support for systems using Cortex processor based
23 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
24 for example:
25
26 - CoreTile Express A5x2 (V2P-CA5s)
27 - CoreTile Express A9x4 (V2P-CA9)
28 - CoreTile Express A15x2 (V2P-CA15)
29 - LogicTile Express 13MG (V2F-2XV6) with A5, A7, A9 or A15 SMMs
30 (Soft Macrocell Models)
31 - Versatile Express RTSMs (Models)
32
33 You must boot using a Flattened Device Tree in order to use these
34 platforms. The traditional (ATAGs) boot method is not usable on
35 these boards with this option.
36
Russell Kingceade892010-02-11 21:44:53 +000037menu "Versatile Express platform type"
38 depends on ARCH_VEXPRESS
39
Pawel Moll8deed172012-02-23 13:04:51 +000040config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA
Will Deaconef591192012-07-04 16:01:16 +010041 bool "Enable A5 and A9 only errata work-arounds"
42 default y
Will Deacon3de4ade2011-02-21 19:12:27 +010043 select ARM_ERRATA_720789
Pawel Moll8deed172012-02-23 13:04:51 +000044 select PL310_ERRATA_753970 if CACHE_PL310
45 help
46 Provides common dependencies for Versatile Express platforms
47 based on Cortex-A5 and Cortex-A9 processors. In order to
48 build a working kernel, you must also enable relevant core
49 tile support or Flattened Device Tree based support options.
50
51config ARCH_VEXPRESS_CA9X4
52 bool "Versatile Express Cortex-A9x4 tile"
Pawel Moll8deed172012-02-23 13:04:51 +000053
Nicolas Pitre1e904e12012-05-02 20:56:52 -040054config ARCH_VEXPRESS_DCSCB
55 bool "Dual Cluster System Control Block (DCSCB) support"
56 depends on MCPM
Dave Martind41418c02012-07-17 14:25:44 +010057 select ARM_CCI
Nicolas Pitre1e904e12012-05-02 20:56:52 -040058 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
Sudeep KarkadaNageshaf7cd2d82013-10-29 12:18:37 +000063config ARCH_VEXPRESS_SPC
64 bool "Versatile Express Serial Power Controller (SPC)"
65 select ARCH_HAS_CPUFREQ
66 select ARCH_HAS_OPP
67 select PM_OPP
68 help
69 The TC2 (A15x2 A7x3) versatile express core tile integrates a logic
70 block called Serial Power Controller (SPC) that provides the interface
71 between the dual cluster test-chip and the M3 microcontroller that
72 carries out power management.
73
Nicolas Pitre11b277e2013-08-06 19:10:08 +010074config ARCH_VEXPRESS_TC2_PM
75 bool "Versatile Express TC2 power management"
76 depends on MCPM
77 select ARM_CCI
Sudeep KarkadaNageshaf7cd2d82013-10-29 12:18:37 +000078 select ARCH_VEXPRESS_SPC
Nicolas Pitre11b277e2013-08-06 19:10:08 +010079 help
80 Support for CPU and cluster power management on Versatile Express
81 with a TC2 (A15x2 A7x3) big.LITTLE core tile.
82
Russell Kingceade892010-02-11 21:44:53 +000083endmenu