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 |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 5 | bool "Support RealView(R) Emulation Baseboard" |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 6 | select ARM_GIC |
| 7 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 8 | Include support for the ARM(R) RealView(R) Emulation Baseboard |
| 9 | platform. |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 10 | |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 11 | config REALVIEW_EB_A9MP |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 12 | bool "Support Multicore Cortex-A9 Tile" |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 13 | depends on MACH_REALVIEW_EB |
| 14 | select CPU_V7 |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 15 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 16 | select MIGHT_HAVE_CACHE_L2X0 |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 17 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 18 | Enable support for the Cortex-A9MPCore tile fitted to the |
| 19 | Realview(R) Emulation Baseboard platform. |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 20 | |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 21 | config REALVIEW_EB_ARM11MP |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 22 | bool "Support ARM11MPCore Tile" |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 23 | depends on MACH_REALVIEW_EB |
Russell King | 74200e6 | 2011-01-17 18:23:31 +0000 | [diff] [blame] | 24 | select CPU_V6K |
Catalin Marinas | 2503a5e | 2010-07-01 13:21:47 +0100 | [diff] [blame] | 25 | select ARCH_HAS_BARRIERS if SMP |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 26 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 27 | select MIGHT_HAVE_CACHE_L2X0 |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 28 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 29 | Enable support for the ARM11MPCore tile fitted to the Realview(R) |
| 30 | Emulation Baseboard platform. |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 31 | |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 32 | config REALVIEW_EB_ARM11MP_REVB |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 33 | bool "Support ARM11MPCore RevB Tile" |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 34 | depends on REALVIEW_EB_ARM11MP |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 35 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 36 | Enable support for the ARM11MPCore Revision B tile on the |
| 37 | Realview(R) Emulation Baseboard platform. Since there are device |
| 38 | address differences, a kernel built with this option enabled is |
| 39 | not compatible with other revisions of the ARM11MPCore tile. |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 40 | |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 41 | config MACH_REALVIEW_PB11MP |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 42 | bool "Support RealView(R) Platform Baseboard for ARM11MPCore" |
Russell King | 74200e6 | 2011-01-17 18:23:31 +0000 | [diff] [blame] | 43 | select CPU_V6K |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 44 | select ARM_GIC |
Catalin Marinas | 6be62ba | 2009-02-12 15:59:21 +0100 | [diff] [blame] | 45 | select HAVE_PATA_PLATFORM |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 46 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 47 | select MIGHT_HAVE_CACHE_L2X0 |
Catalin Marinas | 2503a5e | 2010-07-01 13:21:47 +0100 | [diff] [blame] | 48 | select ARCH_HAS_BARRIERS if SMP |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 49 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 50 | Include support for the ARM(R) RealView(R) Platform Baseboard for |
| 51 | the ARM11MPCore. This platform has an on-board ARM11MPCore and has |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 52 | support for PCI-E and Compact Flash. |
| 53 | |
Russell King | 74200e6 | 2011-01-17 18:23:31 +0000 | [diff] [blame] | 54 | # ARMv6 CPU without K extensions, but does have the new exclusive ops |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 55 | config MACH_REALVIEW_PB1176 |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 56 | bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S" |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 57 | select CPU_V6 |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 58 | select ARM_GIC |
Linus Walleij | f022e4e | 2011-07-01 08:24:09 +0100 | [diff] [blame] | 59 | select HAVE_TCM |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 60 | select MIGHT_HAVE_CACHE_L2X0 |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 61 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 62 | Include support for the ARM(R) RealView(R) Platform Baseboard for |
| 63 | ARM1176JZF-S. |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 64 | |
Catalin Marinas | af60774 | 2009-05-30 13:56:13 +0100 | [diff] [blame] | 65 | config REALVIEW_PB1176_SECURE_FLASH |
| 66 | bool "Allow access to the secure flash memory block" |
| 67 | depends on MACH_REALVIEW_PB1176 |
| 68 | default n |
| 69 | help |
| 70 | Select this option if Linux will only run in secure mode on the |
| 71 | RealView PB1176 platform and access to the secure flash memory |
| 72 | block (64MB @ 0x3c000000) is required. |
| 73 | |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 74 | config MACH_REALVIEW_PBA8 |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 75 | bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform" |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 76 | select CPU_V7 |
| 77 | select ARM_GIC |
Catalin Marinas | 6be62ba | 2009-02-12 15:59:21 +0100 | [diff] [blame] | 78 | select HAVE_PATA_PLATFORM |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 79 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 80 | Include support for the ARM(R) RealView Platform Baseboard for |
| 81 | Cortex(tm)-A8. This platform has an on-board Cortex-A8 and has |
| 82 | support for PCI-E and Compact Flash. |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 83 | |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 84 | config MACH_REALVIEW_PBX |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 85 | bool "Support RealView(R) Platform Baseboard Explore" |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 86 | select ARM_GIC |
| 87 | select HAVE_PATA_PLATFORM |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 88 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 89 | select MIGHT_HAVE_CACHE_L2X0 |
Catalin Marinas | c528540 | 2009-12-09 10:02:19 +0000 | [diff] [blame] | 90 | select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET |
Catalin Marinas | c97c5aa | 2009-11-04 12:19:05 +0000 | [diff] [blame] | 91 | select ZONE_DMA if SPARSEMEM |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 92 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 93 | Include support for the ARM(R) RealView(R) Platform Baseboard |
| 94 | Explore. |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 95 | |
Catalin Marinas | 70bb62f | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 96 | config REALVIEW_HIGH_PHYS_OFFSET |
| 97 | bool "High physical base address for the RealView platform" |
Catalin Marinas | 0e0fe92 | 2009-07-24 12:35:05 +0100 | [diff] [blame] | 98 | depends on MMU && !MACH_REALVIEW_PB1176 |
Catalin Marinas | 70bb62f | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 99 | default y |
| 100 | help |
| 101 | RealView boards other than PB1176 have the RAM available at |
| 102 | 0x70000000, 256MB of which being mirrored at 0x00000000. If |
| 103 | the board supports 512MB of RAM, this option allows the |
| 104 | memory to be accessed contiguously at the high physical |
Catalin Marinas | c97c5aa | 2009-11-04 12:19:05 +0000 | [diff] [blame] | 105 | offset. On the PBX board, disabling this option allows 1GB of |
| 106 | RAM to be used with SPARSEMEM. |
Catalin Marinas | 70bb62f | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 107 | |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 108 | endmenu |