diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 13:56:13 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 13:56:13 +0100 |
commit | af607747def54d8f76d2509c1394587da5d9bdfd (patch) | |
tree | 4a3bd173d739b434ce2ae981284647f4405e39ff /arch/arm/mach-realview/Kconfig | |
parent | 1b504bbe7a4a6c251cdc9dcba1fab72234827945 (diff) | |
download | op-kernel-dev-af607747def54d8f76d2509c1394587da5d9bdfd.zip op-kernel-dev-af607747def54d8f76d2509c1394587da5d9bdfd.tar.gz |
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 368b58a..e09f540 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig @@ -48,6 +48,15 @@ config MACH_REALVIEW_PB1176 help Include support for the ARM(R) RealView ARM1176 Platform Baseboard. +config REALVIEW_PB1176_SECURE_FLASH + bool "Allow access to the secure flash memory block" + depends on MACH_REALVIEW_PB1176 + default n + help + Select this option if Linux will only run in secure mode on the + RealView PB1176 platform and access to the secure flash memory + block (64MB @ 0x3c000000) is required. + config MACH_REALVIEW_PBA8 bool "Support RealView/PB-A8 platform" select CPU_V7 |