soc/mediatek/mt8196: Initialize SSPM
[coreboot2.git] / src / drivers / intel / fsp2_0 / ppi / Kconfig
blob188fffaa4c19bee271c4a038afd6ffcf1be1bae3
1 # SPDX-License-Identifier: GPL-2.0-only
3 config MP_SERVICES_PPI
4         bool
5         default n
6         depends on SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
7         help
8           This option allows to create MP service PPI for Intel FSP usage.
9           Intel FSP will use this PPI to run CPU feature programming on APs.
11 config MP_SERVICES_PPI_V1
12         bool
13         default n
14         select MP_SERVICES_PPI
15         help
16           This option provides EFI_PEI_MP_SERVICES_PPI structure definitions
17           along with all APIs as per edk2 specification.
19 config MP_SERVICES_PPI_V2
20         bool
21         default n
22         select MP_SERVICES_PPI
23         help
24           This option provides EDKII_PEI_MP_SERVICES2_PPI structure definitions
25           along with all APIs as per edk2 specification. MP services2 PPI is slight
26           modification over MP services1 PPIs. A new API StartupAllCPUs have been
27           added to allow running a task on BSP and all APs. Also the EFI_PEI_SERVICES
28           parameter has been removed from all MP PPI APIs.
30 config MP_SERVICES_PPI_V2_NOOP
31         bool
32         default n
33         select MP_SERVICES_PPI
34         help
35           This option implement EFI_PEI_MP_SERVICES_PPI structure definitions
36           with APIs that returns mp_api_unsupported().