KVM: arm64: Prevent KVM_COMPAT from being selected
authorMarc Zyngier <marc.zyngier@arm.com>
Sun, 17 Jun 2018 09:22:57 +0000 (10:22 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 21 Jun 2018 16:17:50 +0000 (17:17 +0100)
commit37b65db85f9b2fc98267eee4a18d7506492e6e8c
treecba5b439e42e25cfb41296df2f20631e371e6641
parent7ddfd3e0df29106c728dda2a6bd6591ee43a4e3c
KVM: arm64: Prevent KVM_COMPAT from being selected

There is very little point in trying to support the 32bit KVM/arm API
on arm64, and this was never an anticipated use case.

Let's make it clear by not selecting KVM_COMPAT.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/Kconfig