ARM: virt: hide CONFIG_ARM_VIRT_EXT from user
authorWill Deacon <will.deacon@arm.com>
Wed, 9 Jan 2013 14:29:33 +0000 (14:29 +0000)
committerWill Deacon <will.deacon@arm.com>
Thu, 10 Jan 2013 21:09:33 +0000 (21:09 +0000)
commit651134b01240aad44a0eed141e946d835aa93579
tree9f14cd404e2b79903ea93d4837f7232c455cd041
parent4e3c1944808b0278ea4733afcde5cb9421f8a570
ARM: virt: hide CONFIG_ARM_VIRT_EXT from user

ARM_VIRT_EXT is a property of CPU_V7, but does not adversely affect
other CPUs that can be built into the same kernel image (i.e. ARMv6+).

This patch defaults ARM_VIRT_EXT to y if CPU_V7, allowing hypervisors
such as KVM to make better use of the option and being able to rely
on hyp-mode boot support.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/mm/Kconfig