Skip to content

Commit

Permalink
KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs
Browse files Browse the repository at this point in the history
The symbol was missing a KVM dependency.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
jbeulich authored and bonzini committed Nov 4, 2015
1 parent 197a4f4 commit 6956d89
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 @@ -46,7 +46,7 @@ config KVM_GENERIC_DIRTYLOG_READ_PROTECT

config KVM_COMPAT
def_bool y
depends on COMPAT && !S390
depends on KVM && COMPAT && !S390

config HAVE_KVM_IRQ_BYPASS
bool

0 comments on commit 6956d89

Please sign in to comment.