From: Will Deacon Date: Wed, 9 Jan 2013 14:29:33 +0000 (+0000) Subject: ARM: virt: hide CONFIG_ARM_VIRT_EXT from user X-Git-Tag: v3.9-rc1~142^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651134b01240aad44a0eed141e946d835aa93579;p=pandora-kernel.git 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 --- Reading git-diff-tree failed