diff options
author | Colin Tuckley <colin.tuckley@arm.com> | 2009-05-30 08:56:12 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 08:56:12 -0400 |
commit | 1b504bbe7a4a6c251cdc9dcba1fab72234827945 (patch) | |
tree | f747a26e44efb9420a2ac9a0f2c95f7004f3b826 /arch/arm/mach-realview/Kconfig | |
parent | 412b400278ed0f71712387d0b9b31cbdd8a18efc (diff) |
RealView: Add support for the RealView/PBX platform
This is a RealView platform supporting core tiles with ARM11MPCore,
Cortex-A8 or Cortex-A9 (multicore) processors. It has support for MMC,
CompactFlash, PCI-E.
Signed-off-by: Colin Tuckley <colin.tuckley@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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index b6ec10627776..368b58ae3043 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -58,6 +58,13 @@ config MACH_REALVIEW_PBA8 | |||
58 | PB-A8 is a platform with an on-board Cortex-A8 and has support for | 58 | PB-A8 is a platform with an on-board Cortex-A8 and has support for |
59 | PCI-E and Compact Flash. | 59 | PCI-E and Compact Flash. |
60 | 60 | ||
61 | config MACH_REALVIEW_PBX | ||
62 | bool "Support RealView/PBX platform" | ||
63 | select ARM_GIC | ||
64 | select HAVE_PATA_PLATFORM | ||
65 | help | ||
66 | Include support for the ARM(R) RealView PBX platform. | ||
67 | |||
61 | config REALVIEW_HIGH_PHYS_OFFSET | 68 | config REALVIEW_HIGH_PHYS_OFFSET |
62 | bool "High physical base address for the RealView platform" | 69 | bool "High physical base address for the RealView platform" |
63 | depends on !MACH_REALVIEW_PB1176 | 70 | depends on !MACH_REALVIEW_PB1176 |