diff options
author | Alexander Graf <agraf@suse.de> | 2014-04-24 07:55:36 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-05-30 08:26:21 -0400 |
commit | f24bc1ed45c13805c19f58cc4289b1be7efee19b (patch) | |
tree | 0eeddbb7637355df383a4918b04ac34b58d51bc4 /arch/powerpc/kvm/Kconfig | |
parent | cd087eefe637d545345ea5f888d4ea4fe52e312c (diff) |
KVM: PPC: Book3S: Move little endian conflict to HV KVM
With the previous patches applied, we can now successfully use PR KVM on
little endian hosts which means we can now allow users to select it.
However, HV KVM still needs some work, so let's keep the kconfig conflict
on that one.
Signed-off-by: Alexander Graf <agraf@suse.de>
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 141b2027189a..d6a53b95de94 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig | |||
@@ -6,7 +6,6 @@ source "virt/kvm/Kconfig" | |||
6 | 6 | ||
7 | menuconfig VIRTUALIZATION | 7 | menuconfig VIRTUALIZATION |
8 | bool "Virtualization" | 8 | bool "Virtualization" |
9 | depends on !CPU_LITTLE_ENDIAN | ||
10 | ---help--- | 9 | ---help--- |
11 | Say Y here to get to see options for using your Linux host to run | 10 | Say Y here to get to see options for using your Linux host to run |
12 | other operating systems inside virtual machines (guests). | 11 | other operating systems inside virtual machines (guests). |
@@ -76,6 +75,7 @@ config KVM_BOOK3S_64 | |||
76 | config KVM_BOOK3S_64_HV | 75 | config KVM_BOOK3S_64_HV |
77 | tristate "KVM support for POWER7 and PPC970 using hypervisor mode in host" | 76 | tristate "KVM support for POWER7 and PPC970 using hypervisor mode in host" |
78 | depends on KVM_BOOK3S_64 | 77 | depends on KVM_BOOK3S_64 |
78 | depends on !CPU_LITTLE_ENDIAN | ||
79 | select KVM_BOOK3S_HV_POSSIBLE | 79 | select KVM_BOOK3S_HV_POSSIBLE |
80 | select MMU_NOTIFIER | 80 | select MMU_NOTIFIER |
81 | select CMA | 81 | select CMA |