aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-08-11 19:14:29 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-08-13 06:26:40 -0400
commitdaece59689e76ed55d8863cae04993679a8e844e (patch)
tree4dadad4d46ce72aef69a7573ba8e3a518addc9ad /arch/arm/Kconfig
parent9e775ad19f52d70a53797b4d0eb740c52b0a9567 (diff)
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
205 kernel in system memory. 205 kernel in system memory.
206 206
207 This can only be used with non-XIP MMU kernels where the base 207 This can only be used with non-XIP MMU kernels where the base
208 of physical memory is at a 16MB boundary, or theoretically 64K 208 of physical memory is at a 16MB boundary.
209 for the MSM machine class.
210 209
211 Only disable this option if you know that you do not require 210 Only disable this option if you know that you do not require
212 this feature (eg, building a kernel for a single machine) and 211 this feature (eg, building a kernel for a single machine) and
213 you need to shrink the kernel to the minimal size. 212 you need to shrink the kernel to the minimal size.
214 213
215config ARM_PATCH_PHYS_VIRT_16BIT
216 def_bool y
217 depends on ARM_PATCH_PHYS_VIRT && ARCH_MSM
218 help
219 This option extends the physical to virtual translation patching
220 to allow physical memory down to a theoretical minimum of 64K
221 boundaries.
222 214
223source "init/Kconfig" 215source "init/Kconfig"
224 216