summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2023-10-13 16:18:56 +0000
committerFelix Held <felix-coreboot@felixheld.de>2023-11-03 21:33:27 +0000
commit93cf2f13448bbcf77b5d041c2bf6b05d3ae41569 (patch)
tree28141c8978609ada013777b26061d604e445beb3 /src
parent46512ae705f98b5ea157583fdb29b6ccf4938a6c (diff)
soc/amd/mendocino: Conditionally select HAVE_FSP_LOGO_SUPPORT
Indicate FSP has support to display logo when graphics initialization is done in FSP. BUG=b:294055390 TEST=Build and boot to OS in Skyrim with and without passing the BMP logo buffer from coreboot. Change-Id: I6112c03723dcbc34cb0f57c400f831c765b95115 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78882 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/mendocino/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/mendocino/Kconfig b/src/soc/amd/mendocino/Kconfig
index 2fcd508862..ef722804b7 100644
--- a/src/soc/amd/mendocino/Kconfig
+++ b/src/soc/amd/mendocino/Kconfig
@@ -17,6 +17,7 @@ config SOC_AMD_REMBRANDT_BASE
select HAVE_CF9_RESET
select HAVE_EM100_SUPPORT
select HAVE_FSP_GOP
+ select HAVE_FSP_LOGO_SUPPORT if RUN_FSP_GOP
select HAVE_SMI_HANDLER
select IDT_IN_EVERY_STAGE
select PARALLEL_MP_AP_WORK