diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-06-11 10:35:00 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-06-11 10:35:00 -0400 |
commit | 42578c82e0f1810a07ebe29cb05e874893243d8c (patch) | |
tree | e2a3811677d3594e891fc82c940438f6b6abc3e0 /arch/arm/mach-realview/Kconfig | |
parent | 2631182bf93919577730e6a6c4345308db590057 (diff) | |
parent | 85d6943af50537d3aec58b967ffbd3fec88453e9 (diff) |
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel
Conflicts:
arch/arm/Kconfig
arch/arm/kernel/smp.c
arch/arm/mach-realview/Makefile
arch/arm/mach-realview/platsmp.c
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 |