src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / drivers / intel / fsp2_0 / ppi / Kconfig
blob14de523f025fb2ead309a3b815be06532857d5fa
2 # This file is part of the coreboot project.
4 # SPDX-License-Identifier: GPL-2.0-only
6 config FSP_USES_MP_SERVICES_PPI
7         bool
8         default n
9         depends on SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
10         help
11           This option allows SoC user to create MP service PPI for Intel
12           FSP usage, coreboot will provide EFI_PEI_MP_SERVICES_PPI structure
13           definitions along with all APIs as per EDK2 specification. Intel FSP
14           will use this PPI to run CPU feature programming on APs.