diff --git a/src/soc/intel/fsp_broadwell_de/Kconfig b/src/soc/intel/fsp_broadwell_de/Kconfig index 0186e85d13..17a15f6d3b 100644 --- a/src/soc/intel/fsp_broadwell_de/Kconfig +++ b/src/soc/intel/fsp_broadwell_de/Kconfig @@ -95,6 +95,10 @@ config HPET_MIN_TICKS hex default 0x80 +config ENABLE_VMX + bool "Enable VMX for virtualization" + default y + ## Broadwell-DE Specific FSP Kconfig source src/soc/intel/fsp_broadwell_de/fsp/Kconfig