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 | |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 10 | config 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 Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 17 | config REALVIEW_EB_ARM11MP |
| 18 | bool "Support ARM11MPCore tile" |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 19 | depends on MACH_REALVIEW_EB |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 20 | select CPU_V6 |
Catalin Marinas | 2503a5e | 2010-07-01 13:21:47 +0100 | [diff] [blame] | 21 | select ARCH_HAS_BARRIERS if SMP |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 22 | help |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 23 | Enable support for the ARM11MPCore tile on the Realview platform. |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 24 | |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 25 | config REALVIEW_EB_ARM11MP_REVB |
| 26 | bool "Support ARM11MPCore RevB tile" |
| 27 | depends on REALVIEW_EB_ARM11MP |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 28 | help |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 29 | Enable support for the ARM11MPCore RevB tile on the Realview |
| 30 | platform. Since there are device address differences, a |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 31 | kernel built with this option enabled is not compatible with |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 32 | other revisions of the ARM11MPCore tile. |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 33 | |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 34 | config MACH_REALVIEW_PB11MP |
| 35 | bool "Support RealView/PB11MPCore platform" |
Catalin Marinas | 6f13d27 | 2008-12-01 14:55:00 +0000 | [diff] [blame] | 36 | select CPU_V6 |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 37 | select ARM_GIC |
Catalin Marinas | 6be62ba | 2009-02-12 15:59:21 +0100 | [diff] [blame] | 38 | select HAVE_PATA_PLATFORM |
Catalin Marinas | 2503a5e | 2010-07-01 13:21:47 +0100 | [diff] [blame] | 39 | select ARCH_HAS_BARRIERS if SMP |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 40 | 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 Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 45 | config MACH_REALVIEW_PB1176 |
| 46 | bool "Support RealView/PB1176 platform" |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 47 | select CPU_V6 |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 48 | select ARM_GIC |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 49 | help |
| 50 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. |
| 51 | |
Catalin Marinas | af60774 | 2009-05-30 13:56:13 +0100 | [diff] [blame] | 52 | config 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 Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 61 | config MACH_REALVIEW_PBA8 |
| 62 | bool "Support RealView/PB-A8 platform" |
| 63 | select CPU_V7 |
| 64 | select ARM_GIC |
Catalin Marinas | 6be62ba | 2009-02-12 15:59:21 +0100 | [diff] [blame] | 65 | select HAVE_PATA_PLATFORM |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 66 | 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 Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 71 | config MACH_REALVIEW_PBX |
| 72 | bool "Support RealView/PBX platform" |
| 73 | select ARM_GIC |
| 74 | select HAVE_PATA_PLATFORM |
Catalin Marinas | c528540 | 2009-12-09 10:02:19 +0000 | [diff] [blame] | 75 | select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET |
Catalin Marinas | c97c5aa | 2009-11-04 12:19:05 +0000 | [diff] [blame] | 76 | select ZONE_DMA if SPARSEMEM |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 77 | help |
| 78 | Include support for the ARM(R) RealView PBX platform. |
| 79 | |
Catalin Marinas | 70bb62f | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 80 | config REALVIEW_HIGH_PHYS_OFFSET |
| 81 | bool "High physical base address for the RealView platform" |
Catalin Marinas | 0e0fe92 | 2009-07-24 12:35:05 +0100 | [diff] [blame] | 82 | depends on MMU && !MACH_REALVIEW_PB1176 |
Catalin Marinas | 70bb62f | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 83 | 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 Marinas | c97c5aa | 2009-11-04 12:19:05 +0000 | [diff] [blame] | 89 | offset. On the PBX board, disabling this option allows 1GB of |
| 90 | RAM to be used with SPARSEMEM. |
Catalin Marinas | 70bb62f | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 91 | |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 92 | endmenu |