diff options
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 39b3bb7f1020..5ccde7cf39e8 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -10,7 +10,6 @@ config MACH_REALVIEW_EB | |||
10 | config REALVIEW_EB_ARM11MP | 10 | config REALVIEW_EB_ARM11MP |
11 | bool "Support ARM11MPCore tile" | 11 | bool "Support ARM11MPCore tile" |
12 | depends on MACH_REALVIEW_EB | 12 | depends on MACH_REALVIEW_EB |
13 | select CACHE_L2X0 | ||
14 | help | 13 | help |
15 | Enable support for the ARM11MPCore tile on the Realview platform. | 14 | Enable support for the ARM11MPCore tile on the Realview platform. |
16 | 15 | ||
@@ -24,4 +23,18 @@ config REALVIEW_EB_ARM11MP_REVB | |||
24 | kernel built with this option enabled is not compatible with | 23 | kernel built with this option enabled is not compatible with |
25 | other revisions of the ARM11MPCore tile. | 24 | other revisions of the ARM11MPCore tile. |
26 | 25 | ||
26 | config MACH_REALVIEW_PB11MP | ||
27 | bool "Support RealView/PB11MPCore platform" | ||
28 | select ARM_GIC | ||
29 | help | ||
30 | Include support for the ARM(R) RealView MPCore Platform Baseboard. | ||
31 | PB11MPCore is a platform with an on-board ARM11MPCore and has | ||
32 | support for PCI-E and Compact Flash. | ||
33 | |||
34 | config MACH_REALVIEW_PB1176 | ||
35 | bool "Support RealView/PB1176 platform" | ||
36 | select ARM_GIC | ||
37 | help | ||
38 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. | ||
39 | |||
27 | endmenu | 40 | endmenu |