diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-10 10:17:07 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-10 10:33:29 +0100 |
commit | 4eb979d4d182c67acb6272a3a0244bf0027cf16b (patch) | |
tree | d6eec07bb2e6a23032e26abdcfe3635e5980d83e /arch | |
parent | 2102a65e69eac8d77dd71b4991b395e825087ba8 (diff) | |
download | linux-4eb979d4d182c67acb6272a3a0244bf0027cf16b.tar.bz2 |
ARM: drop experimental status for ARM_PATCH_PHYS_VIRT
This has now been well tested, and several platforms are now selecting
this directly. It's time to drop its experimental status.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2c71a8f3535a..5ebc5d922ea1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -195,8 +195,7 @@ config VECTORS_BASE The base address of exception vectors. config ARM_PATCH_PHYS_VIRT - bool "Patch physical to virtual translations at runtime (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "Patch physical to virtual translations at runtime" depends on !XIP_KERNEL && MMU depends on !ARCH_REALVIEW || !SPARSEMEM help |