diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 08:56:13 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 08:56:13 -0400 |
commit | af607747def54d8f76d2509c1394587da5d9bdfd (patch) | |
tree | 4a3bd173d739b434ce2ae981284647f4405e39ff /arch/arm/mach-realview/Kconfig | |
parent | 1b504bbe7a4a6c251cdc9dcba1fab72234827945 (diff) |
RealView: Allow access to the secure flash memory block on PB1176
This patch adds a Kconfig option for specifying whether Linux will only
be run in secure mode on the RealView PB1176 platform. Enabling it will
make the secure flash memory block (64MB @ 0x3c000000) available to
Linux.
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 368b58ae3043..e09f540f3217 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -48,6 +48,15 @@ config MACH_REALVIEW_PB1176 | |||
48 | help | 48 | help |
49 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. | 49 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. |
50 | 50 | ||
51 | config REALVIEW_PB1176_SECURE_FLASH | ||
52 | bool "Allow access to the secure flash memory block" | ||
53 | depends on MACH_REALVIEW_PB1176 | ||
54 | default n | ||
55 | help | ||
56 | Select this option if Linux will only run in secure mode on the | ||
57 | RealView PB1176 platform and access to the secure flash memory | ||
58 | block (64MB @ 0x3c000000) is required. | ||
59 | |||
51 | config MACH_REALVIEW_PBA8 | 60 | config MACH_REALVIEW_PBA8 |
52 | bool "Support RealView/PB-A8 platform" | 61 | bool "Support RealView/PB-A8 platform" |
53 | select CPU_V7 | 62 | select CPU_V7 |