blob: b4575ae9648ee7220ffb40d31359e8f12b7cecbb [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
Russell Kingc7508152008-10-26 10:55:14 +000020 select CPU_V6
Catalin Marinas2503a5e2010-07-01 13:21:47 +010021 select ARCH_HAS_BARRIERS if SMP
Russell King9b1283b2005-11-07 21:01:06 +000022 help
Catalin Marinas41579f42008-02-04 17:47:04 +010023 Enable support for the ARM11MPCore tile on the Realview platform.
Russell King9b1283b2005-11-07 21:01:06 +000024
Catalin Marinas41579f42008-02-04 17:47:04 +010025config REALVIEW_EB_ARM11MP_REVB
26 bool "Support ARM11MPCore RevB tile"
27 depends on REALVIEW_EB_ARM11MP
Catalin Marinas4b172442007-02-14 19:20:28 +010028 help
Catalin Marinas41579f42008-02-04 17:47:04 +010029 Enable support for the ARM11MPCore RevB tile on the Realview
30 platform. Since there are device address differences, a
Catalin Marinas4b172442007-02-14 19:20:28 +010031 kernel built with this option enabled is not compatible with
Catalin Marinas41579f42008-02-04 17:47:04 +010032 other revisions of the ARM11MPCore tile.
Catalin Marinas4b172442007-02-14 19:20:28 +010033
Bahadir Balban78fdcb42008-04-18 22:43:14 +010034config MACH_REALVIEW_PB11MP
35 bool "Support RealView/PB11MPCore platform"
Catalin Marinas6f13d272008-12-01 14:55:00 +000036 select CPU_V6
Bahadir Balban78fdcb42008-04-18 22:43:14 +010037 select ARM_GIC
Catalin Marinas6be62ba2009-02-12 15:59:21 +010038 select HAVE_PATA_PLATFORM
Catalin Marinas2503a5e2010-07-01 13:21:47 +010039 select ARCH_HAS_BARRIERS if SMP
Bahadir Balban78fdcb42008-04-18 22:43:14 +010040 help
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.
44
Bahadir Balbanbc02c582008-04-18 22:43:16 +010045config MACH_REALVIEW_PB1176
46 bool "Support RealView/PB1176 platform"
Russell Kingc7508152008-10-26 10:55:14 +000047 select CPU_V6
Bahadir Balbanbc02c582008-04-18 22:43:16 +010048 select ARM_GIC
Bahadir Balbanbc02c582008-04-18 22:43:16 +010049 help
50 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
51
Catalin Marinasaf607742009-05-30 13:56:13 +010052config REALVIEW_PB1176_SECURE_FLASH
53 bool "Allow access to the secure flash memory block"
54 depends on MACH_REALVIEW_PB1176
55 default n
56 help
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.
60
Bahadir Balbane7c70822008-12-01 14:54:55 +000061config MACH_REALVIEW_PBA8
62 bool "Support RealView/PB-A8 platform"
63 select CPU_V7
64 select ARM_GIC
Catalin Marinas6be62ba2009-02-12 15:59:21 +010065 select HAVE_PATA_PLATFORM
Bahadir Balbane7c70822008-12-01 14:54:55 +000066 help
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.
70
Colin Tuckley1b504bb2009-05-30 13:56:12 +010071config MACH_REALVIEW_PBX
72 bool "Support RealView/PBX platform"
73 select ARM_GIC
74 select HAVE_PATA_PLATFORM
Catalin Marinasc5285402009-12-09 10:02:19 +000075 select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET
Catalin Marinasc97c5aa2009-11-04 12:19:05 +000076 select ZONE_DMA if SPARSEMEM
Colin Tuckley1b504bb2009-05-30 13:56:12 +010077 help
78 Include support for the ARM(R) RealView PBX platform.
79
Catalin Marinas70bb62f2008-12-01 14:54:55 +000080config REALVIEW_HIGH_PHYS_OFFSET
81 bool "High physical base address for the RealView platform"
Catalin Marinas0e0fe922009-07-24 12:35:05 +010082 depends on MMU && !MACH_REALVIEW_PB1176
Catalin Marinas70bb62f2008-12-01 14:54:55 +000083 default y
84 help
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
Catalin Marinasc97c5aa2009-11-04 12:19:05 +000089 offset. On the PBX board, disabling this option allows 1GB of
90 RAM to be used with SPARSEMEM.
Catalin Marinas70bb62f2008-12-01 14:54:55 +000091
Catalin Marinas8ad68bb2005-10-31 14:25:02 +000092endmenu