diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2013-10-07 12:47:51 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-10-17 09:17:49 -0400 |
commit | 7aa79938f7d76f5865d0b2a2d9bbe2337560261f (patch) | |
tree | 44e98c8e6206fc560b7923024257fa1bdc0be3af /arch/powerpc/kvm/Kconfig | |
parent | 066212e02a8fb4ae797fae1d7cede5807ba398e1 (diff) |
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
With later patches supporting PR kvm as a kernel module, the changes
that has to be built into the main kernel binary to enable PR KVM module
is now selected via KVM_BOOK3S_PR_POSSIBLE
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kvm/Kconfig')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index ffaef2cb101a..d0665f231e6f 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig | |||
@@ -34,7 +34,7 @@ config KVM_BOOK3S_64_HANDLER | |||
34 | bool | 34 | bool |
35 | select KVM_BOOK3S_HANDLER | 35 | select KVM_BOOK3S_HANDLER |
36 | 36 | ||
37 | config KVM_BOOK3S_PR | 37 | config KVM_BOOK3S_PR_POSSIBLE |
38 | bool | 38 | bool |
39 | select KVM_MMIO | 39 | select KVM_MMIO |
40 | select MMU_NOTIFIER | 40 | select MMU_NOTIFIER |
@@ -44,7 +44,7 @@ config KVM_BOOK3S_32 | |||
44 | depends on PPC_BOOK3S_32 && !SMP && !PTE_64BIT | 44 | depends on PPC_BOOK3S_32 && !SMP && !PTE_64BIT |
45 | select KVM | 45 | select KVM |
46 | select KVM_BOOK3S_32_HANDLER | 46 | select KVM_BOOK3S_32_HANDLER |
47 | select KVM_BOOK3S_PR | 47 | select KVM_BOOK3S_PR_POSSIBLE |
48 | ---help--- | 48 | ---help--- |
49 | Support running unmodified book3s_32 guest kernels | 49 | Support running unmodified book3s_32 guest kernels |
50 | in virtual machines on book3s_32 host processors. | 50 | in virtual machines on book3s_32 host processors. |
@@ -91,7 +91,7 @@ config KVM_BOOK3S_64_HV | |||
91 | config KVM_BOOK3S_64_PR | 91 | config KVM_BOOK3S_64_PR |
92 | def_bool y | 92 | def_bool y |
93 | depends on KVM_BOOK3S_64 && !KVM_BOOK3S_64_HV | 93 | depends on KVM_BOOK3S_64 && !KVM_BOOK3S_64_HV |
94 | select KVM_BOOK3S_PR | 94 | select KVM_BOOK3S_PR_POSSIBLE |
95 | 95 | ||
96 | config KVM_BOOKE_HV | 96 | config KVM_BOOKE_HV |
97 | bool | 97 | bool |