diff options
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index b6ec10627776..d4cfa2145386 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -24,7 +24,6 @@ config REALVIEW_EB_ARM11MP | |||
24 | config REALVIEW_EB_ARM11MP_REVB | 24 | config REALVIEW_EB_ARM11MP_REVB |
25 | bool "Support ARM11MPCore RevB tile" | 25 | bool "Support ARM11MPCore RevB tile" |
26 | depends on REALVIEW_EB_ARM11MP | 26 | depends on REALVIEW_EB_ARM11MP |
27 | default n | ||
28 | help | 27 | help |
29 | Enable support for the ARM11MPCore RevB tile on the Realview | 28 | Enable support for the ARM11MPCore RevB tile on the Realview |
30 | platform. Since there are device address differences, a | 29 | platform. Since there are device address differences, a |
@@ -48,6 +47,15 @@ config MACH_REALVIEW_PB1176 | |||
48 | help | 47 | help |
49 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. | 48 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. |
50 | 49 | ||
50 | config REALVIEW_PB1176_SECURE_FLASH | ||
51 | bool "Allow access to the secure flash memory block" | ||
52 | depends on MACH_REALVIEW_PB1176 | ||
53 | default n | ||
54 | help | ||
55 | Select this option if Linux will only run in secure mode on the | ||
56 | RealView PB1176 platform and access to the secure flash memory | ||
57 | block (64MB @ 0x3c000000) is required. | ||
58 | |||
51 | config MACH_REALVIEW_PBA8 | 59 | config MACH_REALVIEW_PBA8 |
52 | bool "Support RealView/PB-A8 platform" | 60 | bool "Support RealView/PB-A8 platform" |
53 | select CPU_V7 | 61 | select CPU_V7 |
@@ -58,6 +66,13 @@ config MACH_REALVIEW_PBA8 | |||
58 | PB-A8 is a platform with an on-board Cortex-A8 and has support for | 66 | PB-A8 is a platform with an on-board Cortex-A8 and has support for |
59 | PCI-E and Compact Flash. | 67 | PCI-E and Compact Flash. |
60 | 68 | ||
69 | config MACH_REALVIEW_PBX | ||
70 | bool "Support RealView/PBX platform" | ||
71 | select ARM_GIC | ||
72 | select HAVE_PATA_PLATFORM | ||
73 | help | ||
74 | Include support for the ARM(R) RealView PBX platform. | ||
75 | |||
61 | config REALVIEW_HIGH_PHYS_OFFSET | 76 | config REALVIEW_HIGH_PHYS_OFFSET |
62 | bool "High physical base address for the RealView platform" | 77 | bool "High physical base address for the RealView platform" |
63 | depends on !MACH_REALVIEW_PB1176 | 78 | depends on !MACH_REALVIEW_PB1176 |