Kconfig (f81483aaeb59da530b286fe5d081e1705eb5c886) Kconfig (982ed0de4753ed6e71dbd40f82a5a066baf133ed)
1# SPDX-License-Identifier: GPL-2.0
2#
3# KVM configuration
4#
5
6source "virt/kvm/Kconfig"
7
8menuconfig VIRTUALIZATION

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

21config KVM
22 tristate "Kernel-based Virtual Machine (KVM) support"
23 depends on HAVE_KVM
24 depends on HIGH_RES_TIMERS
25 depends on X86_LOCAL_APIC
26 select PREEMPT_NOTIFIERS
27 select MMU_NOTIFIER
28 select HAVE_KVM_IRQCHIP
1# SPDX-License-Identifier: GPL-2.0
2#
3# KVM configuration
4#
5
6source "virt/kvm/Kconfig"
7
8menuconfig VIRTUALIZATION

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

21config KVM
22 tristate "Kernel-based Virtual Machine (KVM) support"
23 depends on HAVE_KVM
24 depends on HIGH_RES_TIMERS
25 depends on X86_LOCAL_APIC
26 select PREEMPT_NOTIFIERS
27 select MMU_NOTIFIER
28 select HAVE_KVM_IRQCHIP
29 select HAVE_KVM_PFNCACHE
29 select HAVE_KVM_IRQFD
30 select HAVE_KVM_IRQFD
31 select HAVE_KVM_DIRTY_RING
30 select IRQ_BYPASS_MANAGER
31 select HAVE_KVM_IRQ_BYPASS
32 select HAVE_KVM_IRQ_ROUTING
33 select HAVE_KVM_EVENTFD
34 select KVM_ASYNC_PF
35 select USER_RETURN_NOTIFIER
36 select KVM_MMIO
37 select SCHED_INFO
38 select PERF_EVENTS
39 select HAVE_KVM_MSI
40 select HAVE_KVM_CPU_RELAX_INTERCEPT
41 select HAVE_KVM_NO_POLL
42 select KVM_XFER_TO_GUEST_WORK
43 select KVM_GENERIC_DIRTYLOG_READ_PROTECT
44 select KVM_VFIO
45 select SRCU
32 select IRQ_BYPASS_MANAGER
33 select HAVE_KVM_IRQ_BYPASS
34 select HAVE_KVM_IRQ_ROUTING
35 select HAVE_KVM_EVENTFD
36 select KVM_ASYNC_PF
37 select USER_RETURN_NOTIFIER
38 select KVM_MMIO
39 select SCHED_INFO
40 select PERF_EVENTS
41 select HAVE_KVM_MSI
42 select HAVE_KVM_CPU_RELAX_INTERCEPT
43 select HAVE_KVM_NO_POLL
44 select KVM_XFER_TO_GUEST_WORK
45 select KVM_GENERIC_DIRTYLOG_READ_PROTECT
46 select KVM_VFIO
47 select SRCU
48 select INTERVAL_TREE
46 select HAVE_KVM_PM_NOTIFIER if PM
47 help
48 Support hosting fully virtualized guest machines using hardware
49 virtualization extensions. You will need a fairly recent
50 processor equipped with virtualization extensions. You will also
51 need to select one or more of the processor modules below.
52
53 This module provides access to the hardware capabilities through

--- 82 unchanged lines hidden ---
49 select HAVE_KVM_PM_NOTIFIER if PM
50 help
51 Support hosting fully virtualized guest machines using hardware
52 virtualization extensions. You will need a fairly recent
53 processor equipped with virtualization extensions. You will also
54 need to select one or more of the processor modules below.
55
56 This module provides access to the hardware capabilities through

--- 82 unchanged lines hidden ---