diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2018-06-17 05:22:57 -0400 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2018-06-21 12:17:50 -0400 |
commit | 37b65db85f9b2fc98267eee4a18d7506492e6e8c (patch) | |
tree | cba5b439e42e25cfb41296df2f20631e371e6641 /virt | |
parent | 7ddfd3e0df29106c728dda2a6bd6591ee43a4e3c (diff) |
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>
Diffstat (limited to 'virt')
-rw-r--r-- | virt/kvm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig index 72143cfaf6ec..ea434ddc8499 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig | |||
@@ -47,7 +47,7 @@ config KVM_GENERIC_DIRTYLOG_READ_PROTECT | |||
47 | 47 | ||
48 | config KVM_COMPAT | 48 | config KVM_COMPAT |
49 | def_bool y | 49 | def_bool y |
50 | depends on KVM && COMPAT && !S390 | 50 | depends on KVM && COMPAT && !(S390 || ARM64) |
51 | 51 | ||
52 | config HAVE_KVM_IRQ_BYPASS | 52 | config HAVE_KVM_IRQ_BYPASS |
53 | bool | 53 | bool |