diff options
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 |