diff --git a/src/soc/intel/common/block/cpu/Kconfig b/src/soc/intel/common/block/cpu/Kconfig index 0184452def..e51110e1e9 100644 --- a/src/soc/intel/common/block/cpu/Kconfig +++ b/src/soc/intel/common/block/cpu/Kconfig @@ -124,13 +124,12 @@ config CAR_HAS_L3_PROTECTED_WAYS config USE_INTEL_FSP_MP_INIT bool "Perform MP Initialization by FSP" default n - depends on !USE_INTEL_FSP_TO_CALL_COREBOOT_PUBLISH_MP_PPI help This option allows FSP to perform multiprocessor initialization. config USE_INTEL_FSP_TO_CALL_COREBOOT_PUBLISH_MP_PPI bool "Perform MP Initialization by FSP using coreboot MP PPI service" - default y + default y if !USE_INTEL_FSP_MP_INIT depends on MP_SERVICES_PPI help This option allows FSP to make use of MP services PPI published by