Skip to content

Commit

Permalink
KVM: arm64: Prevent KVM_COMPAT from being selected
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
  • Loading branch information
Marc Zyngier committed Jun 21, 2018
1 parent 7ddfd3e commit 37b65db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ config KVM_GENERIC_DIRTYLOG_READ_PROTECT

config KVM_COMPAT
def_bool y
depends on KVM && COMPAT && !S390
depends on KVM && COMPAT && !(S390 || ARM64)

config HAVE_KVM_IRQ_BYPASS
bool
Expand Down

0 comments on commit 37b65db

Please sign in to comment.