diff options
author | Bahadir Balban <bahadir.balban@arm.com> | 2008-04-18 17:43:14 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 17:43:14 -0400 |
commit | 78fdcb4287b5781d8175115430ca50e30899bf09 (patch) | |
tree | eab6331ecaba846941544a3bc31c2815ef43cf89 /arch/arm/mach-realview/Kconfig | |
parent | 34401ec4668c01156c6c4540930a63840f567a61 (diff) |
RealView: Enable the configuration options for PB11MPCore
This patch adds the PB11MPCore support to the corresponding Kconfig
and Makefile to enable building.
Signed-off-by: Bahadir Balban <bahadir.balban@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 39b3bb7f1020..24522ac196e7 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -24,4 +24,13 @@ config REALVIEW_EB_ARM11MP_REVB | |||
24 | kernel built with this option enabled is not compatible with | 24 | kernel built with this option enabled is not compatible with |
25 | other revisions of the ARM11MPCore tile. | 25 | other revisions of the ARM11MPCore tile. |
26 | 26 | ||
27 | config MACH_REALVIEW_PB11MP | ||
28 | bool "Support RealView/PB11MPCore platform" | ||
29 | select ARM_GIC | ||
30 | select CACHE_L2X0 | ||
31 | help | ||
32 | Include support for the ARM(R) RealView MPCore Platform Baseboard. | ||
33 | PB11MPCore is a platform with an on-board ARM11MPCore and has | ||
34 | support for PCI-E and Compact Flash. | ||
35 | |||
27 | endmenu | 36 | endmenu |