Kconfig (42249094f79422fbf5ed4b54eeb48ff096809b8f) Kconfig (83fe27ea531161a655f02dc7732d14cfaa27fd5d)
1#
2# KVM configuration
3#
4source "virt/kvm/Kconfig"
5
6menuconfig VIRTUALIZATION
7 bool "Virtualization"
8 ---help---

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

15if VIRTUALIZATION
16
17config KVM
18 tristate "Kernel-based Virtual Machine (KVM) support"
19 depends on HAVE_KVM
20 select PREEMPT_NOTIFIERS
21 select ANON_INODES
22 select KVM_MMIO
1#
2# KVM configuration
3#
4source "virt/kvm/Kconfig"
5
6menuconfig VIRTUALIZATION
7 bool "Virtualization"
8 ---help---

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

15if VIRTUALIZATION
16
17config KVM
18 tristate "Kernel-based Virtual Machine (KVM) support"
19 depends on HAVE_KVM
20 select PREEMPT_NOTIFIERS
21 select ANON_INODES
22 select KVM_MMIO
23 select SRCU
23 ---help---
24 Support for hosting Guest kernels.
25 Currently supported on MIPS32 processors.
26
27config KVM_MIPS_DYN_TRANS
28 bool "KVM/MIPS: Dynamic binary translation to reduce traps"
29 depends on KVM
30 ---help---

--- 18 unchanged lines hidden ---
24 ---help---
25 Support for hosting Guest kernels.
26 Currently supported on MIPS32 processors.
27
28config KVM_MIPS_DYN_TRANS
29 bool "KVM/MIPS: Dynamic binary translation to reduce traps"
30 depends on KVM
31 ---help---

--- 18 unchanged lines hidden ---