diff options
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 6695fb33afbf..8032f234c143 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -37,6 +37,15 @@ config MACH_REALVIEW_PB1176 | |||
37 | help | 37 | help |
38 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. | 38 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. |
39 | 39 | ||
40 | config MACH_REALVIEW_PBA8 | ||
41 | bool "Support RealView/PB-A8 platform" | ||
42 | select CPU_V7 | ||
43 | select ARM_GIC | ||
44 | help | ||
45 | Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard. | ||
46 | PB-A8 is a platform with an on-board Cortex-A8 and has support for | ||
47 | PCI-E and Compact Flash. | ||
48 | |||
40 | config REALVIEW_HIGH_PHYS_OFFSET | 49 | config REALVIEW_HIGH_PHYS_OFFSET |
41 | bool "High physical base address for the RealView platform" | 50 | bool "High physical base address for the RealView platform" |
42 | depends on !MACH_REALVIEW_PB1176 | 51 | depends on !MACH_REALVIEW_PB1176 |