diff options
Diffstat (limited to 'arch/arm/kvm/Kconfig')
-rw-r--r-- | arch/arm/kvm/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/kvm/Kconfig b/arch/arm/kvm/Kconfig index bfb915d05665..356970f3b25e 100644 --- a/arch/arm/kvm/Kconfig +++ b/arch/arm/kvm/Kconfig | |||
@@ -21,6 +21,7 @@ config KVM | |||
21 | depends on MMU && OF | 21 | depends on MMU && OF |
22 | select PREEMPT_NOTIFIERS | 22 | select PREEMPT_NOTIFIERS |
23 | select ANON_INODES | 23 | select ANON_INODES |
24 | select ARM_GIC | ||
24 | select HAVE_KVM_CPU_RELAX_INTERCEPT | 25 | select HAVE_KVM_CPU_RELAX_INTERCEPT |
25 | select HAVE_KVM_ARCH_TLB_FLUSH_ALL | 26 | select HAVE_KVM_ARCH_TLB_FLUSH_ALL |
26 | select KVM_MMIO | 27 | select KVM_MMIO |
@@ -45,15 +46,4 @@ config KVM_ARM_HOST | |||
45 | ---help--- | 46 | ---help--- |
46 | Provides host support for ARM processors. | 47 | Provides host support for ARM processors. |
47 | 48 | ||
48 | config KVM_ARM_MAX_VCPUS | ||
49 | int "Number maximum supported virtual CPUs per VM" | ||
50 | depends on KVM_ARM_HOST | ||
51 | default 4 | ||
52 | help | ||
53 | Static number of max supported virtual CPUs per VM. | ||
54 | |||
55 | If you choose a high number, the vcpu structures will be quite | ||
56 | large, so only choose a reasonable number that you expect to | ||
57 | actually use. | ||
58 | |||
59 | endif # VIRTUALIZATION | 49 | endif # VIRTUALIZATION |