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
21 select ARCH_HAS_BARRIERS if SMP
23 Enable support for the ARM11MPCore tile on the Realview platform.
25 config REALVIEW_EB_ARM11MP_REVB
26 bool "Support ARM11MPCore RevB tile"
27 depends on REALVIEW_EB_ARM11MP
29 Enable support for the ARM11MPCore RevB tile on the Realview
30 platform. Since there are device address differences, a
31 kernel built with this option enabled is not compatible with
32 other revisions of the ARM11MPCore tile.
34 config MACH_REALVIEW_PB11MP
35 bool "Support RealView/PB11MPCore platform"
38 select HAVE_PATA_PLATFORM
39 select ARCH_HAS_BARRIERS if SMP
41 Include support for the ARM(R) RealView MPCore Platform Baseboard.
42 PB11MPCore is a platform with an on-board ARM11MPCore and has
43 support for PCI-E and Compact Flash.
45 config MACH_REALVIEW_PB1176
46 bool "Support RealView/PB1176 platform"
50 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
52 config REALVIEW_PB1176_SECURE_FLASH
53 bool "Allow access to the secure flash memory block"
54 depends on MACH_REALVIEW_PB1176
57 Select this option if Linux will only run in secure mode on the
58 RealView PB1176 platform and access to the secure flash memory
59 block (64MB @ 0x3c000000) is required.
61 config MACH_REALVIEW_PBA8
62 bool "Support RealView/PB-A8 platform"
65 select HAVE_PATA_PLATFORM
67 Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard.
68 PB-A8 is a platform with an on-board Cortex-A8 and has support for
69 PCI-E and Compact Flash.
71 config MACH_REALVIEW_PBX
72 bool "Support RealView/PBX platform"
74 select HAVE_PATA_PLATFORM
75 select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !HIGH_PHYS_OFFSET
76 select ZONE_DMA if SPARSEMEM
78 Include support for the ARM(R) RealView PBX platform.
80 config REALVIEW_HIGH_PHYS_OFFSET
81 bool "High physical base address for the RealView platform"
82 depends on MMU && !MACH_REALVIEW_PB1176
85 RealView boards other than PB1176 have the RAM available at
86 0x70000000, 256MB of which being mirrored at 0x00000000. If
87 the board supports 512MB of RAM, this option allows the
88 memory to be accessed contiguously at the high physical
89 offset. On the PBX board, disabling this option allows 1GB of
90 RAM to be used with SPARSEMEM.