diff options
author | Jan Beulich <JBeulich@suse.com> | 2015-10-19 06:37:18 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-11-04 10:24:30 -0500 |
commit | 6956d8946d5d1cb2ac913caa8d4259a4d0e00c48 (patch) | |
tree | a4988f3fb65076c6d8f3cc1440d4a2eb8296e536 /virt/kvm | |
parent | 197a4f4b063e4e7a603ff1de56b3cf0400fabc30 (diff) |
KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs
The symbol was missing a KVM dependency.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt/kvm')
-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 9f8014dda2cf..7a79b6853583 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig | |||
@@ -46,7 +46,7 @@ config KVM_GENERIC_DIRTYLOG_READ_PROTECT | |||
46 | 46 | ||
47 | config KVM_COMPAT | 47 | config KVM_COMPAT |
48 | def_bool y | 48 | def_bool y |
49 | depends on COMPAT && !S390 | 49 | depends on KVM && COMPAT && !S390 |
50 | 50 | ||
51 | config HAVE_KVM_IRQ_BYPASS | 51 | config HAVE_KVM_IRQ_BYPASS |
52 | bool | 52 | bool |