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

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

30 select HAVE_KVM_IRQCHIP
31 select HAVE_KVM_EVENTFD
32 select KVM_APIC_ARCHITECTURE
33 select KVM_ASYNC_PF
34 select USER_RETURN_NOTIFIER
35 select KVM_MMIO
36 select TASKSTATS
37 select TASK_DELAY_ACCT
1#
2# KVM configuration
3#
4
5source "virt/kvm/Kconfig"
6
7menuconfig VIRTUALIZATION
8 bool "Virtualization"

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

30 select HAVE_KVM_IRQCHIP
31 select HAVE_KVM_EVENTFD
32 select KVM_APIC_ARCHITECTURE
33 select KVM_ASYNC_PF
34 select USER_RETURN_NOTIFIER
35 select KVM_MMIO
36 select TASKSTATS
37 select TASK_DELAY_ACCT
38 select PERF_EVENTS
38 ---help---
39 Support hosting fully virtualized guest machines using hardware
40 virtualization extensions. You will need a fairly recent
41 processor equipped with virtualization extensions. You will also
42 need to select one or more of the processor modules below.
43
44 This module provides access to the hardware capabilities through
45 a character device node named /dev/kvm.

--- 41 unchanged lines hidden ---
39 ---help---
40 Support hosting fully virtualized guest machines using hardware
41 virtualization extensions. You will need a fairly recent
42 processor equipped with virtualization extensions. You will also
43 need to select one or more of the processor modules below.
44
45 This module provides access to the hardware capabilities through
46 a character device node named /dev/kvm.

--- 41 unchanged lines hidden ---