1 menu "RealView platform type"
2 depends on ARCH_REALVIEW
4 config MACH_REALVIEW_EB
5 bool "Support RealView/EB platform"
8 Include support for the ARM(R) RealView Emulation Baseboard platform.
10 config REALVIEW_EB_A9MP
11 bool "Support Multicore Cortex-A9"
12 depends on MACH_REALVIEW_EB
15 Enable support for the Cortex-A9MPCore tile on the Realview platform.
17 config REALVIEW_EB_ARM11MP
18 bool "Support ARM11MPCore tile"
19 depends on MACH_REALVIEW_EB
22 Enable support for the ARM11MPCore tile on the Realview platform.
24 config REALVIEW_EB_ARM11MP_REVB
25 bool "Support ARM11MPCore RevB tile"
26 depends on REALVIEW_EB_ARM11MP
28 Enable support for the ARM11MPCore RevB tile on the Realview
29 platform. Since there are device address differences, a
30 kernel built with this option enabled is not compatible with
31 other revisions of the ARM11MPCore tile.
33 config MACH_REALVIEW_PB11MP
34 bool "Support RealView/PB11MPCore platform"
37 select HAVE_PATA_PLATFORM
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.
43 config MACH_REALVIEW_PB1176
44 bool "Support RealView/PB1176 platform"
48 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
50 config REALVIEW_PB1176_SECURE_FLASH
51 bool "Allow access to the secure flash memory block"
52 depends on MACH_REALVIEW_PB1176
55 Select this option if Linux will only run in secure mode on the
56 RealView PB1176 platform and access to the secure flash memory
57 block (64MB @ 0x3c000000) is required.
59 config MACH_REALVIEW_PBA8
60 bool "Support RealView/PB-A8 platform"
63 select HAVE_PATA_PLATFORM
65 Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard.
66 PB-A8 is a platform with an on-board Cortex-A8 and has support for
67 PCI-E and Compact Flash.
69 config MACH_REALVIEW_PBX
70 bool "Support RealView/PBX platform"
72 select HAVE_PATA_PLATFORM
73 select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET
74 select ZONE_DMA if SPARSEMEM
76 Include support for the ARM(R) RealView PBX platform.
78 config REALVIEW_HIGH_PHYS_OFFSET
79 bool "High physical base address for the RealView platform"
80 depends on MMU && !MACH_REALVIEW_PB1176
83 RealView boards other than PB1176 have the RAM available at
84 0x70000000, 256MB of which being mirrored at 0x00000000. If
85 the board supports 512MB of RAM, this option allows the
86 memory to be accessed contiguously at the high physical
87 offset. On the PBX board, disabling this option allows 1GB of
88 RAM to be used with SPARSEMEM.