Kconfig (7beaa24ba49717419e24d1f6321e8b3c265a719c) Kconfig (efffe55af5e16f7935aa0175cf25c386f08219f5)
1#
2# KVM configuration
3#
4
5source "virt/kvm/Kconfig"
6
7menuconfig VIRTUALIZATION
8 bool "Virtualization"

--- 40 unchanged lines hidden (view full) ---

49 Provides host support for ARM processors.
50
51config KVM_ARM_PMU
52 bool
53 ---help---
54 Adds support for a virtual Performance Monitoring Unit (PMU) in
55 virtual machines.
56
1#
2# KVM configuration
3#
4
5source "virt/kvm/Kconfig"
6
7menuconfig VIRTUALIZATION
8 bool "Virtualization"

--- 40 unchanged lines hidden (view full) ---

49 Provides host support for ARM processors.
50
51config KVM_ARM_PMU
52 bool
53 ---help---
54 Adds support for a virtual Performance Monitoring Unit (PMU) in
55 virtual machines.
56
57config KVM_NEW_VGIC
58 bool "New VGIC implementation"
59 depends on KVM
60 default y
61 ---help---
62 uses the new VGIC implementation
63
57source drivers/vhost/Kconfig
58
59endif # VIRTUALIZATION
64source drivers/vhost/Kconfig
65
66endif # VIRTUALIZATION