diff options
author | Bahadir Balban <bahadir.balban@arm.com> | 2008-12-01 09:54:55 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2008-12-01 09:54:55 -0500 |
commit | e7c70825a758403cfb476903f3145e6a8c0dd3b5 (patch) | |
tree | a214331400abb2e2c86a32203d532dff930c4f1c /arch/arm/mach-realview/Kconfig | |
parent | 70bb62f8ecdda2d172b05d33b0e6750e3fe6d1c7 (diff) |
RealView: Add support for the Cortex-A8 Platform Baseboard
This patch adds support for RealView/PB-A8, a platform based on
Cortex-A8 with support for PCI-E and compact flash.
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 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 |