summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-02-22 14:54:56 -0500
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-02-22 14:54:56 -0500
commit3287dcf00deda4b9aaf04efb299ecc769076f8eb (patch)
treeeef5145552f1b0646174ccf3cbd3727ff35f2d73 /arch/arm/Kconfig
parenta6065b3dd8fa22efcedaf65517f4ec47ba25661d (diff)
parent5b664f13ff2e36419a4cc97852a843d4b3d6a6e4 (diff)
Merge branch 'p2v' of git://git.linaro.org/people/nico/linux into linaro-2.6.38
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1bd169e8f52..b55e629e932 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -189,13 +189,13 @@ config VECTORS_BASE
config ARM_PATCH_PHYS_VIRT
bool "Patch physical to virtual translations at runtime (EXPERIMENTAL)"
depends on EXPERIMENTAL
- depends on !XIP_KERNEL && !THUMB2_KERNEL && MMU
+ depends on !XIP_KERNEL && MMU
depends on !ARCH_REALVIEW || !SPARSEMEM
help
Patch phys-to-virt translation functions at runtime according to
the position of the kernel in system memory.
- This can only be used with non-XIP, non-Thumb2, MMU kernels where
+ This can only be used with non-XIP with MMU kernels where
the base of physical memory is at a 16MB boundary.
config ARM_PATCH_PHYS_VIRT_16BIT