aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/ppi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp2_0/ppi/Kconfig')
-rw-r--r--src/drivers/intel/fsp2_0/ppi/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp2_0/ppi/Kconfig b/src/drivers/intel/fsp2_0/ppi/Kconfig
index 7cbc87f7ab..d45114681e 100644
--- a/src/drivers/intel/fsp2_0/ppi/Kconfig
+++ b/src/drivers/intel/fsp2_0/ppi/Kconfig
@@ -14,7 +14,7 @@ config MP_SERVICES_PPI_V1
select MP_SERVICES_PPI
help
This option provides EFI_PEI_MP_SERVICES_PPI structure definitions
- along with all APIs as per EDK2 specification.
+ along with all APIs as per edk2 specification.
config MP_SERVICES_PPI_V2
bool
@@ -22,7 +22,7 @@ config MP_SERVICES_PPI_V2
select MP_SERVICES_PPI
help
This option provides EDKII_PEI_MP_SERVICES2_PPI structure definitions
- along with all APIs as per EDK2 specification. MP services2 PPI is slight
+ along with all APIs as per edk2 specification. MP services2 PPI is slight
modification over MP services1 PPIs. A new API StartupAllCPUs have been
added to allow running a task on BSP and all APs. Also the EFI_PEI_SERVICES
parameter has been removed from all MP PPI APIs.