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 |
Catalin Marinas | 7770bdd | 2007-02-05 14:48:24 +0100 | [diff] [blame] | 13 | select CACHE_L2X0 |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 14 | help |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame^] | 15 | Enable support for the ARM11MPCore tile on the Realview platform. |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 16 | |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame^] | 17 | config REALVIEW_EB_ARM11MP_REVB |
| 18 | bool "Support ARM11MPCore RevB tile" |
| 19 | depends on REALVIEW_EB_ARM11MP |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 20 | default n |
| 21 | help |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame^] | 22 | Enable support for the ARM11MPCore RevB tile on the Realview |
| 23 | platform. Since there are device address differences, a |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 24 | kernel built with this option enabled is not compatible with |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame^] | 25 | other revisions of the ARM11MPCore tile. |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame] | 26 | |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 27 | endmenu |