blob: eebf7ec9a1563501afbacd00def622129151eda4 [file] [log] [blame]
Catalin Marinas8ad68bb2005-10-31 14:25:02 +00001menu "RealView platform type"
2 depends on ARCH_REALVIEW
3
4config MACH_REALVIEW_EB
5 bool "Support RealView/EB platform"
Catalin Marinas8ad68bb2005-10-31 14:25:02 +00006 select ARM_GIC
7 help
8 Include support for the ARM(R) RealView Emulation Baseboard platform.
9
Jon Callan4c3ea372008-12-01 14:54:56 +000010config 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
Catalin Marinas41579f42008-02-04 17:47:04 +010017config REALVIEW_EB_ARM11MP
18 bool "Support ARM11MPCore tile"
Russell King9b1283b2005-11-07 21:01:06 +000019 depends on MACH_REALVIEW_EB
20 help
Catalin Marinas41579f42008-02-04 17:47:04 +010021 Enable support for the ARM11MPCore tile on the Realview platform.
Russell King9b1283b2005-11-07 21:01:06 +000022
Catalin Marinas41579f42008-02-04 17:47:04 +010023config REALVIEW_EB_ARM11MP_REVB
24 bool "Support ARM11MPCore RevB tile"
25 depends on REALVIEW_EB_ARM11MP
Catalin Marinas4b172442007-02-14 19:20:28 +010026 default n
27 help
Catalin Marinas41579f42008-02-04 17:47:04 +010028 Enable support for the ARM11MPCore RevB tile on the Realview
29 platform. Since there are device address differences, a
Catalin Marinas4b172442007-02-14 19:20:28 +010030 kernel built with this option enabled is not compatible with
Catalin Marinas41579f42008-02-04 17:47:04 +010031 other revisions of the ARM11MPCore tile.
Catalin Marinas4b172442007-02-14 19:20:28 +010032
Bahadir Balban78fdcb42008-04-18 22:43:14 +010033config MACH_REALVIEW_PB11MP
34 bool "Support RealView/PB11MPCore platform"
35 select ARM_GIC
Bahadir Balban78fdcb42008-04-18 22:43:14 +010036 help
37 Include support for the ARM(R) RealView MPCore Platform Baseboard.
38 PB11MPCore is a platform with an on-board ARM11MPCore and has
39 support for PCI-E and Compact Flash.
40
Bahadir Balbanbc02c582008-04-18 22:43:16 +010041config MACH_REALVIEW_PB1176
42 bool "Support RealView/PB1176 platform"
43 select ARM_GIC
Bahadir Balbanbc02c582008-04-18 22:43:16 +010044 help
45 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
46
Bahadir Balbane7c70822008-12-01 14:54:55 +000047config MACH_REALVIEW_PBA8
48 bool "Support RealView/PB-A8 platform"
49 select CPU_V7
50 select ARM_GIC
51 help
52 Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard.
53 PB-A8 is a platform with an on-board Cortex-A8 and has support for
54 PCI-E and Compact Flash.
55
Catalin Marinas70bb62f2008-12-01 14:54:55 +000056config REALVIEW_HIGH_PHYS_OFFSET
57 bool "High physical base address for the RealView platform"
58 depends on !MACH_REALVIEW_PB1176
59 default y
60 help
61 RealView boards other than PB1176 have the RAM available at
62 0x70000000, 256MB of which being mirrored at 0x00000000. If
63 the board supports 512MB of RAM, this option allows the
64 memory to be accessed contiguously at the high physical
65 offset.
66
Catalin Marinas8ad68bb2005-10-31 14:25:02 +000067endmenu