diff options
author | Alexander Graf <agraf@suse.de> | 2012-02-15 23:41:20 +0000 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-04-08 12:54:59 +0300 |
commit | b2e19b20708edb6413dea38e6285a6e546dce06b (patch) | |
tree | 891e505a48b5e0c5a0807ea35beba8ddcc4ac669 /arch/powerpc/kvm | |
parent | bf7ca4bdcb8f1eb15d11879efa824b45443ddb69 (diff) | |
download | blackbird-obmc-linux-b2e19b20708edb6413dea38e6285a6e546dce06b.tar.gz blackbird-obmc-linux-b2e19b20708edb6413dea38e6285a6e546dce06b.zip |
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: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 44a998dc8399..f4dacb9c57fa 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -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--- |