1 menu "RealView platform type"
2 depends on ARCH_REALVIEW
4 config MACH_REALVIEW_EB
5 bool "Support RealView(R) Emulation Baseboard"
8 Include support for the ARM(R) RealView(R) Emulation Baseboard
11 config REALVIEW_EB_A9MP
12 bool "Support Multicore Cortex-A9 Tile"
13 depends on MACH_REALVIEW_EB
16 Enable support for the Cortex-A9MPCore tile fitted to the
17 Realview(R) Emulation Baseboard platform.
19 config REALVIEW_EB_ARM11MP
20 bool "Support ARM11MPCore Tile"
21 depends on MACH_REALVIEW_EB
23 select ARCH_HAS_BARRIERS if SMP
25 Enable support for the ARM11MPCore tile fitted to the Realview(R)
26 Emulation Baseboard platform.
28 config REALVIEW_EB_ARM11MP_REVB
29 bool "Support ARM11MPCore RevB Tile"
30 depends on REALVIEW_EB_ARM11MP
32 Enable support for the ARM11MPCore Revision B tile on the
33 Realview(R) Emulation Baseboard platform. Since there are device
34 address differences, a kernel built with this option enabled is
35 not compatible with other revisions of the ARM11MPCore tile.
37 config MACH_REALVIEW_PB11MP
38 bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
41 select HAVE_PATA_PLATFORM
42 select ARCH_HAS_BARRIERS if SMP
44 Include support for the ARM(R) RealView(R) Platform Baseboard for
45 the ARM11MPCore. This platform has an on-board ARM11MPCore and has
46 support for PCI-E and Compact Flash.
48 # ARMv6 CPU without K extensions, but does have the new exclusive ops
49 config MACH_REALVIEW_PB1176
50 bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S"
54 Include support for the ARM(R) RealView(R) Platform Baseboard for
57 config REALVIEW_PB1176_SECURE_FLASH
58 bool "Allow access to the secure flash memory block"
59 depends on MACH_REALVIEW_PB1176
62 Select this option if Linux will only run in secure mode on the
63 RealView PB1176 platform and access to the secure flash memory
64 block (64MB @ 0x3c000000) is required.
66 config MACH_REALVIEW_PBA8
67 bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform"
70 select HAVE_PATA_PLATFORM
72 Include support for the ARM(R) RealView Platform Baseboard for
73 Cortex(tm)-A8. This platform has an on-board Cortex-A8 and has
74 support for PCI-E and Compact Flash.
76 config MACH_REALVIEW_PBX
77 bool "Support RealView(R) Platform Baseboard Explore"
79 select HAVE_PATA_PLATFORM
80 select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET
81 select ZONE_DMA if SPARSEMEM
83 Include support for the ARM(R) RealView(R) Platform Baseboard
86 config REALVIEW_HIGH_PHYS_OFFSET
87 bool "High physical base address for the RealView platform"
88 depends on MMU && !MACH_REALVIEW_PB1176
91 RealView boards other than PB1176 have the RAM available at
92 0x70000000, 256MB of which being mirrored at 0x00000000. If
93 the board supports 512MB of RAM, this option allows the
94 memory to be accessed contiguously at the high physical
95 offset. On the PBX board, disabling this option allows 1GB of
96 RAM to be used with SPARSEMEM.