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

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

79 depends on KVM && IA32_FEAT_CTL
80 help
81 Provides support for KVM on processors equipped with Intel's VT
82 extensions, a.k.a. Virtual Machine Extensions (VMX).
83
84 To compile this as a module, choose M here: the module
85 will be called kvm-intel.
86
1# SPDX-License-Identifier: GPL-2.0
2#
3# KVM configuration
4#
5
6source "virt/kvm/Kconfig"
7
8menuconfig VIRTUALIZATION

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

79 depends on KVM && IA32_FEAT_CTL
80 help
81 Provides support for KVM on processors equipped with Intel's VT
82 extensions, a.k.a. Virtual Machine Extensions (VMX).
83
84 To compile this as a module, choose M here: the module
85 will be called kvm-intel.
86
87config X86_SGX_KVM
88 bool "Software Guard eXtensions (SGX) Virtualization"
89 depends on X86_SGX && KVM_INTEL
90 help
91
92 Enables KVM guests to create SGX enclaves.
93
94 This includes support to expose "raw" unreclaimable enclave memory to
95 guests via a device node, e.g. /dev/sgx_vepc.
96
97 If unsure, say N.
98
87config KVM_AMD
88 tristate "KVM for AMD processors support"
89 depends on KVM
90 help
91 Provides support for KVM on AMD processors equipped with the AMD-V
92 (SVM) extensions.
93
94 To compile this as a module, choose M here: the module

--- 28 unchanged lines hidden ---
99config KVM_AMD
100 tristate "KVM for AMD processors support"
101 depends on KVM
102 help
103 Provides support for KVM on AMD processors equipped with the AMD-V
104 (SVM) extensions.
105
106 To compile this as a module, choose M here: the module

--- 28 unchanged lines hidden ---