@@ -123,10 +123,24 @@ config HVM
If unsure, say Y.
config SVM
- def_bool HVM
+ bool "AMD-V" if EXPERT
+ depends on HVM
+ default HVM
+ help
+ Enables virtual machine extensions on platforms that implement the
+ AMD Virtualization Technology (AMD-V).
+ If your system includes a processor with AMD-V support, say Y.
+ If in doubt, say Y.
config VMX
- def_bool HVM
+ bool "Intel VT-x" if EXPERT
+ depends on HVM
+ default HVM
+ help
+ Enables virtual machine extensions on platforms that implement the
+ Intel Virtualization Technology (Intel VT-x).
+ If your system includes a processor with Intel VT-x support, say Y.
+ If in doubt, say Y.
config XEN_SHSTK
bool "Supervisor Shadow Stacks"