summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/fsp/Kconfig
blob: a66b5441568db1d83d7a7c0468b805919859a820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SPDX-License-Identifier: GPL-2.0-only

if PLATFORM_USES_FSP2_0

config SOC_AMD_COMMON_FSP_DMI_TABLES
	bool

config SOC_AMD_COMMON_FSP_CCX_CPPC_HOB
	bool

config SOC_AMD_COMMON_FSP_PRELOAD_FSPS
	bool

source "src/soc/amd/common/fsp/*/Kconfig"

endif # PLATFORM_USES_FSP2_0