summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--virt/kvm/Kconfig2
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
48config KVM_COMPAT 48config 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
52config HAVE_KVM_IRQ_BYPASS 52config HAVE_KVM_IRQ_BYPASS
53 bool 53 bool