diff options
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 53aaa66b25e5..ffed96f817f7 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig | |||
@@ -20,7 +20,7 @@ config KVM | |||
20 | select PREEMPT_NOTIFIERS | 20 | select PREEMPT_NOTIFIERS |
21 | select ANON_INODES | 21 | select ANON_INODES |
22 | # We can only run on Book E hosts so far | 22 | # We can only run on Book E hosts so far |
23 | select KVM_BOOKE_HOST | 23 | select KVM_BOOKE |
24 | ---help--- | 24 | ---help--- |
25 | Support hosting virtualized guest machines. You will also | 25 | Support hosting virtualized guest machines. You will also |
26 | need to select one or more of the processor modules below. | 26 | need to select one or more of the processor modules below. |
@@ -30,8 +30,8 @@ config KVM | |||
30 | 30 | ||
31 | If unsure, say N. | 31 | If unsure, say N. |
32 | 32 | ||
33 | config KVM_BOOKE_HOST | 33 | config KVM_BOOKE |
34 | bool "KVM host support for Book E PowerPC processors" | 34 | bool "KVM support for Book E PowerPC processors" |
35 | depends on KVM && 44x | 35 | depends on KVM && 44x |
36 | ---help--- | 36 | ---help--- |
37 | Provides host support for KVM on Book E PowerPC processors. Currently | 37 | Provides host support for KVM on Book E PowerPC processors. Currently |