soc/amd/cezanne/Kconfig: Make AMDFW_CONFIG_FILE configurable

Its useful if you have some binaries downstream which are not published
yet.

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I00f67e6eb93af095e3ae1f4851d13cd7666a9851
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90180
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Maximilian Brune 2025-11-11 22:01:03 +01:00 committed by Felix Held
commit 47101fc224

View file

@ -353,9 +353,11 @@ config DISABLE_KEYBOARD_RESET_PIN
menu "PSP Configuration Options"
config AMDFW_CONFIG_FILE
string
string "AMD PSP Firmware config file"
#default "src/soc/amd/cezanne/fw_renoir.cfg" if SOC_AMD_RENOIR
default "src/soc/amd/cezanne/fw.cfg"
help
Specify the path/location of AMD PSP Firmware config file.
config PSP_DISABLE_POSTCODES
bool "Disable PSP post codes"