diff options
Diffstat (limited to 'arch')
-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--- |