diff options
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 |