Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6-block.git] / arch / arm / mach-realview / Kconfig
CommitLineData
8ad68bbf
CM
1menu "RealView platform type"
2 depends on ARCH_REALVIEW
3
4config MACH_REALVIEW_EB
5 bool "Support RealView/EB platform"
8ad68bbf
CM
6 select ARM_GIC
7 help
8 Include support for the ARM(R) RealView Emulation Baseboard platform.
9
4c3ea371
JC
10config REALVIEW_EB_A9MP
11 bool "Support Multicore Cortex-A9"
12 depends on MACH_REALVIEW_EB
13 select CPU_V7
14 help
15 Enable support for the Cortex-A9MPCore tile on the Realview platform.
16
41579f49
CM
17config REALVIEW_EB_ARM11MP
18 bool "Support ARM11MPCore tile"
9b1283be 19 depends on MACH_REALVIEW_EB
c750815e 20 select CPU_V6
9b1283be 21 help
41579f49 22 Enable support for the ARM11MPCore tile on the Realview platform.
9b1283be 23
41579f49
CM
24config REALVIEW_EB_ARM11MP_REVB
25 bool "Support ARM11MPCore RevB tile"
26 depends on REALVIEW_EB_ARM11MP
4b17244c
CM
27 default n
28 help
41579f49
CM
29 Enable support for the ARM11MPCore RevB tile on the Realview
30 platform. Since there are device address differences, a
4b17244c 31 kernel built with this option enabled is not compatible with
41579f49 32 other revisions of the ARM11MPCore tile.
4b17244c 33
78fdcb42
BB
34config MACH_REALVIEW_PB11MP
35 bool "Support RealView/PB11MPCore platform"
6f13d278 36 select CPU_V6
78fdcb42 37 select ARM_GIC
78fdcb42
BB
38 help
39 Include support for the ARM(R) RealView MPCore Platform Baseboard.
40 PB11MPCore is a platform with an on-board ARM11MPCore and has
41 support for PCI-E and Compact Flash.
42
bc02c58b
BB
43config MACH_REALVIEW_PB1176
44 bool "Support RealView/PB1176 platform"
c750815e 45 select CPU_V6
bc02c58b 46 select ARM_GIC
bc02c58b
BB
47 help
48 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
49
e7c70825
BB
50config MACH_REALVIEW_PBA8
51 bool "Support RealView/PB-A8 platform"
52 select CPU_V7
53 select ARM_GIC
54 help
55 Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard.
56 PB-A8 is a platform with an on-board Cortex-A8 and has support for
57 PCI-E and Compact Flash.
58
70bb62f8
CM
59config REALVIEW_HIGH_PHYS_OFFSET
60 bool "High physical base address for the RealView platform"
61 depends on !MACH_REALVIEW_PB1176
62 default y
63 help
64 RealView boards other than PB1176 have the RAM available at
65 0x70000000, 256MB of which being mirrored at 0x00000000. If
66 the board supports 512MB of RAM, this option allows the
67 memory to be accessed contiguously at the high physical
68 offset.
69
8ad68bbf 70endmenu