summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/Kconfig.common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/Kconfig.common')
-rw-r--r--src/soc/amd/common/Kconfig.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/common/Kconfig.common b/src/soc/amd/common/Kconfig.common
index fa1d14acd7..805088159c 100644
--- a/src/soc/amd/common/Kconfig.common
+++ b/src/soc/amd/common/Kconfig.common
@@ -10,4 +10,10 @@ config SOC_AMD_PI
source "src/soc/amd/common/block/*/Kconfig"
+if PLATFORM_USES_FSP2_0
+
+source "src/soc/amd/common/fsp/*/Kconfig"
+
+endif # PLATFORM_USES_FSP2_0
+
endif # SOC_AMD_COMMON