Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 1 | menu "RealView platform type" |
| 2 | depends on ARCH_REALVIEW |
| 3 | |
| 4 | config MACH_REALVIEW_EB |
| 5 | bool "Support RealView/EB platform" |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 6 | select ARM_GIC |
| 7 | help |
| 8 | Include support for the ARM(R) RealView Emulation Baseboard platform. |
| 9 | |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 10 | config REALVIEW_EB_ARM11MP |
| 11 | bool "Support ARM11MPCore tile" |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 12 | depends on MACH_REALVIEW_EB |
| 13 | help |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 14 | Enable support for the ARM11MPCore tile on the Realview platform. |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 15 | |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 16 | config REALVIEW_EB_ARM11MP_REVB |
| 17 | bool "Support ARM11MPCore RevB tile" |
| 18 | depends on REALVIEW_EB_ARM11MP |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 19 | default n |
| 20 | help |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 21 | Enable support for the ARM11MPCore RevB tile on the Realview |
| 22 | platform. Since there are device address differences, a |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 23 | kernel built with this option enabled is not compatible with |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 24 | other revisions of the ARM11MPCore tile. |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 25 | |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 26 | config MACH_REALVIEW_PB11MP |
| 27 | bool "Support RealView/PB11MPCore platform" |
| 28 | select ARM_GIC |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 29 | help |
| 30 | Include support for the ARM(R) RealView MPCore Platform Baseboard. |
| 31 | PB11MPCore is a platform with an on-board ARM11MPCore and has |
| 32 | support for PCI-E and Compact Flash. |
| 33 | |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 34 | config MACH_REALVIEW_PB1176 |
| 35 | bool "Support RealView/PB1176 platform" |
| 36 | select ARM_GIC |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 37 | help |
| 38 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. |
| 39 | |
Catalin Marinas | 70bb62f | 2008-12-01 14:54:55 +0000 | [diff] [blame^] | 40 | config REALVIEW_HIGH_PHYS_OFFSET |
| 41 | bool "High physical base address for the RealView platform" |
| 42 | depends on !MACH_REALVIEW_PB1176 |
| 43 | default y |
| 44 | help |
| 45 | RealView boards other than PB1176 have the RAM available at |
| 46 | 0x70000000, 256MB of which being mirrored at 0x00000000. If |
| 47 | the board supports 512MB of RAM, this option allows the |
| 48 | memory to be accessed contiguously at the high physical |
| 49 | offset. |
| 50 | |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 51 | endmenu |