diff options
author | Alexander Graf <agraf@suse.de> | 2012-02-15 18:41:20 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-04-08 05:54:59 -0400 |
commit | b2e19b20708edb6413dea38e6285a6e546dce06b (patch) | |
tree | 891e505a48b5e0c5a0807ea35beba8ddcc4ac669 /arch/powerpc/kvm/Kconfig | |
parent | bf7ca4bdcb8f1eb15d11879efa824b45443ddb69 (diff) |
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/Kconfig')
-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 | |||
120 | 120 | ||
121 | config KVM_E500V2 | 121 | config KVM_E500V2 |
122 | bool "KVM support for PowerPC E500v2 processors" | 122 | bool "KVM support for PowerPC E500v2 processors" |
123 | depends on EXPERIMENTAL && E500 | 123 | depends on EXPERIMENTAL && E500 && !PPC_E500MC |
124 | select KVM | 124 | select KVM |
125 | select KVM_MMIO | 125 | select KVM_MMIO |
126 | ---help--- | 126 | ---help--- |