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 | |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 10 | config REALVIEW_MPCORE |
| 11 | bool "Support MPcore tile" |
| 12 | depends on MACH_REALVIEW_EB |
| 13 | help |
| 14 | Enable support for the MPCore tile on the Realview platform. |
| 15 | Since there are device address and interrupt differences, a |
| 16 | kernel built with this option enabled is not compatible with |
| 17 | other tiles. |
| 18 | |
Catalin Marinas | 4b17244 | 2007-02-14 19:20:28 +0100 | [diff] [blame^] | 19 | config REALVIEW_MPCORE_REVB |
| 20 | bool "Support MPcore RevB tile" |
| 21 | depends on REALVIEW_MPCORE |
| 22 | default n |
| 23 | help |
| 24 | Enable support for the MPCore RevB tile on the Realview platform. |
| 25 | Since there are device address differences, a |
| 26 | kernel built with this option enabled is not compatible with |
| 27 | other tiles. |
| 28 | |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 29 | endmenu |