aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/birman
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-01-15 17:34:37 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-01-20 01:26:28 +0000
commit73045b269db1c691a08b786b344963c54a450e99 (patch)
tree153631bfe5e69ff894bffb949eceeeebf35e2971 /src/mainboard/amd/birman
parent7e0f9edd99796871eeb2cd608caf7071d0937063 (diff)
soc/amd/phoenix/Kconfig: factor out FSP-specific options
Split the SOC_AMD_PHOENIX Kconfig option into SOC_AMD_PHOENIX_BASE that selects the non-FSP-specific options and SOC_AMD_PHOENIX_FSP that selects both SOC_AMD_PHOENIX_BASE and the FSP-specific options. This will help to separate the FSP-specific from the FSP-agnostic code. The mainboards using this SoC now select SOC_AMD_PHOENIX_FSP instead of SOC_AMD_PHOENIX. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5e95fbfd9d16930ba3e6cc497557d61adba5a6fa Reviewed-on: https://review.coreboot.org/c/coreboot/+/79983 Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/birman')
-rw-r--r--src/mainboard/amd/birman/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/birman/Kconfig b/src/mainboard/amd/birman/Kconfig
index 83e3b823f7..8d7de45075 100644
--- a/src/mainboard/amd/birman/Kconfig
+++ b/src/mainboard/amd/birman/Kconfig
@@ -17,7 +17,7 @@ config BOARD_AMD_BIRMAN_COMMON
config BOARD_AMD_BIRMAN_PHOENIX
select BOARD_AMD_BIRMAN_COMMON
- select SOC_AMD_PHOENIX
+ select SOC_AMD_PHOENIX_FSP
config BOARD_AMD_BIRMAN_GLINDA
select BOARD_AMD_BIRMAN_COMMON