Merge branch 'kirkwood/cleanup' of git://git.infradead.org/users/jcooper/linux into...
[deliverable/linux.git] / arch / arm / mach-vexpress / Kconfig
CommitLineData
61727630
RH
1config ARCH_VEXPRESS
2 bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7
3 select ARCH_WANT_OPTIONAL_GPIOLIB
4 select ARM_AMBA
fef88f10 5 select ARM_GIC
61727630
RH
6 select ARM_TIMER_SP804
7 select CLKDEV_LOOKUP
8 select COMMON_CLK
8deed178 9 select CPU_V7
61727630
RH
10 select GENERIC_CLOCKEVENTS
11 select HAVE_CLK
12 select HAVE_PATA_PLATFORM
3b55658a 13 select HAVE_SMP
61727630 14 select ICST
ce5ea9f3 15 select MIGHT_HAVE_CACHE_L2X0
61727630
RH
16 select NO_IOPORT
17 select PLAT_VERSATILE
18 select PLAT_VERSATILE_CLCD
19 select REGULATOR_FIXED_VOLTAGE if REGULATOR
8deed178 20 help
8deed178
PM
21 This option enables support for systems using Cortex processor based
22 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
23 for example:
24
25 - CoreTile Express A5x2 (V2P-CA5s)
26 - CoreTile Express A9x4 (V2P-CA9)
27 - CoreTile Express A15x2 (V2P-CA15)
28 - LogicTile Express 13MG (V2F-2XV6) with A5, A7, A9 or A15 SMMs
29 (Soft Macrocell Models)
30 - Versatile Express RTSMs (Models)
31
32 You must boot using a Flattened Device Tree in order to use these
33 platforms. The traditional (ATAGs) boot method is not usable on
34 these boards with this option.
35
61727630
RH
36menu "Versatile Express platform type"
37 depends on ARCH_VEXPRESS
38
39config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA
40 bool "Enable A5 and A9 only errata work-arounds"
41 default y
42 select ARM_ERRATA_720789
43 select ARM_ERRATA_751472
44 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"
fef88f10 53
ceade897 54endmenu
This page took 0.141596 seconds and 5 git commands to generate.