summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorNicolas Pitre2011-08-12 01:14:29 +0200
committerRussell King2011-08-13 12:26:40 +0200
commitdaece59689e76ed55d8863cae04993679a8e844e (patch)
tree4dadad4d46ce72aef69a7573ba8e3a518addc9ad /arch/arm/Kconfig
parentARM: 7012/1: Set proper TEXT_OFFSET for newer MSMs (diff)
downloadkernel-qcow2-linux-daece59689e76ed55d8863cae04993679a8e844e.tar.gz
kernel-qcow2-linux-daece59689e76ed55d8863cae04993679a8e844e.tar.xz
kernel-qcow2-linux-daece59689e76ed55d8863cae04993679a8e844e.zip
ARM: 7013/1: P2V: Remove ARM_PATCH_PHYS_VIRT_16BIT
This code can be removed now that MSM targets no longer need the 16-bit offsets for P2V. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8882a535cf44..272eadc7a12c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -205,20 +205,12 @@ config ARM_PATCH_PHYS_VIRT
kernel in system memory.
This can only be used with non-XIP MMU kernels where the base
- of physical memory is at a 16MB boundary, or theoretically 64K
- for the MSM machine class.
+ of physical memory is at a 16MB boundary.
Only disable this option if you know that you do not require
this feature (eg, building a kernel for a single machine) and
you need to shrink the kernel to the minimal size.
-config ARM_PATCH_PHYS_VIRT_16BIT
- def_bool y
- depends on ARM_PATCH_PHYS_VIRT && ARCH_MSM
- help
- This option extends the physical to virtual translation patching
- to allow physical memory down to a theoretical minimum of 64K
- boundaries.
source "init/Kconfig"