Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e4468fa authored by Will Deacon's avatar Will Deacon Committed by Christoffer Dall
Browse files

ARM: KVM: disable KVM in Kconfig on big-endian systems



KVM currently crashes and burns on big-endian hosts, so don't allow it
to be selected until we've got that fixed.

Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
parent 0f689a33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ config KVM
	select HAVE_KVM_CPU_RELAX_INTERCEPT
	select KVM_MMIO
	select KVM_ARM_HOST
	depends on ARM_VIRT_EXT && ARM_LPAE
	depends on ARM_VIRT_EXT && ARM_LPAE && !CPU_BIG_ENDIAN
	---help---
	  Support hosting virtualized guest machines. You will also
	  need to select one or more of the processor modules below.