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