diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2011-11-22 12:30:32 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2011-12-08 05:33:29 -0500 |
commit | 497b7e943d0dc5743454de56dcdb67352bbf96b2 (patch) | |
tree | 7c8b85aef41299cd50f4c3740ab89800f10f79ae /arch/arm/Kconfig | |
parent | 77f73a2c8e869b035e71eea5cae07c30fe4bded0 (diff) |
ARM: LPAE: Add the Kconfig entries
This patch adds the ARM_LPAE and ARCH_PHYS_ADDR_T_64BIT Kconfig entries
allowing LPAE support to be compiled into the kernel.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 44789eff983f..885c04e39400 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1959,7 +1959,7 @@ endchoice | |||
1959 | 1959 | ||
1960 | config XIP_KERNEL | 1960 | config XIP_KERNEL |
1961 | bool "Kernel Execute-In-Place from ROM" | 1961 | bool "Kernel Execute-In-Place from ROM" |
1962 | depends on !ZBOOT_ROM | 1962 | depends on !ZBOOT_ROM && !ARM_LPAE |
1963 | help | 1963 | help |
1964 | Execute-In-Place allows the kernel to run from non-volatile storage | 1964 | Execute-In-Place allows the kernel to run from non-volatile storage |
1965 | directly addressable by the CPU, such as NOR flash. This saves RAM | 1965 | directly addressable by the CPU, such as NOR flash. This saves RAM |