diff options
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index bf35cfd89f34..d4cfa2145386 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -47,6 +47,15 @@ config MACH_REALVIEW_PB1176 | |||
47 | help | 47 | help |
48 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. | 48 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. |
49 | 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 | |||
50 | config MACH_REALVIEW_PBA8 | 59 | config MACH_REALVIEW_PBA8 |
51 | bool "Support RealView/PB-A8 platform" | 60 | bool "Support RealView/PB-A8 platform" |
52 | select CPU_V7 | 61 | select CPU_V7 |
@@ -57,6 +66,13 @@ config MACH_REALVIEW_PBA8 | |||
57 | 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 |
58 | PCI-E and Compact Flash. | 67 | PCI-E and Compact Flash. |
59 | 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 | |||
60 | config REALVIEW_HIGH_PHYS_OFFSET | 76 | config REALVIEW_HIGH_PHYS_OFFSET |
61 | bool "High physical base address for the RealView platform" | 77 | bool "High physical base address for the RealView platform" |
62 | depends on !MACH_REALVIEW_PB1176 | 78 | depends on !MACH_REALVIEW_PB1176 |