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

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

23 # for device assignment:
24 depends on PCI
25 select PREEMPT_NOTIFIERS
26 select MMU_NOTIFIER
27 select ANON_INODES
28 select HAVE_KVM_IRQCHIP
29 select HAVE_KVM_EVENTFD
30 select KVM_APIC_ARCHITECTURE
1#
2# KVM configuration
3#
4
5source "virt/kvm/Kconfig"
6
7menuconfig VIRTUALIZATION
8 bool "Virtualization"

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

23 # for device assignment:
24 depends on PCI
25 select PREEMPT_NOTIFIERS
26 select MMU_NOTIFIER
27 select ANON_INODES
28 select HAVE_KVM_IRQCHIP
29 select HAVE_KVM_EVENTFD
30 select KVM_APIC_ARCHITECTURE
31 select USER_RETURN_NOTIFIER
31 ---help---
32 Support hosting fully virtualized guest machines using hardware
33 virtualization extensions. You will need a fairly recent
34 processor equipped with virtualization extensions. You will also
35 need to select one or more of the processor modules below.
36
37 This module provides access to the hardware capabilities through
38 a character device node named /dev/kvm.

--- 32 unchanged lines hidden ---
32 ---help---
33 Support hosting fully virtualized guest machines using hardware
34 virtualization extensions. You will need a fairly recent
35 processor equipped with virtualization extensions. You will also
36 need to select one or more of the processor modules below.
37
38 This module provides access to the hardware capabilities through
39 a character device node named /dev/kvm.

--- 32 unchanged lines hidden ---