Skip to content

Commit

Permalink
ARM: drop experimental status for ARM_PATCH_PHYS_VIRT
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Russell King committed Aug 10, 2011
1 parent 2102a65 commit 4eb979d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb979d

Please sign in to comment.