Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2e19b20 authored by Alexander Graf's avatar Alexander Graf Committed by Avi Kivity
Browse files

KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive



We can't run e500v2 kvm on e500mc kernels, so indicate that by
making the 2 options mutually exclusive in kconfig.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent bf7ca4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ config KVM_EXIT_TIMING

config KVM_E500V2
	bool "KVM support for PowerPC E500v2 processors"
	depends on EXPERIMENTAL && E500
	depends on EXPERIMENTAL && E500 && !PPC_E500MC
	select KVM
	select KVM_MMIO
	---help---