diff options
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 3d99f81481..c34f255be7 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -366,7 +366,7 @@ config BUILDING_WITH_DEBUG_FSP config DROP_CPU_FEATURE_PROGRAM_IN_FSP bool - default y if MP_SERVICES_PPI_V2_NOOP + default y if MP_SERVICES_PPI_V2_NOOP || CHROMEOS default n help This is to avoid FSP running basic CPU feature programming on BSP |