summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2022-08-04 15:59:27 -0600
committerMartin L Roth <gaumless@gmail.com>2022-08-07 19:53:07 +0000
commit0700940bb7c32673851c37cbb6cd22ef085000d9 (patch)
treeb1ab13c83ffcdcad436fc41f08722536d3270b74
parent385e43274e515b1d235540323a4907514df765fd (diff)
downloadcoreboot-0700940bb7c32673851c37cbb6cd22ef085000d9.tar.gz
coreboot-0700940bb7c32673851c37cbb6cd22ef085000d9.tar.bz2
coreboot-0700940bb7c32673851c37cbb6cd22ef085000d9.zip
mb/amd/chausie: Add Kconfig prompts to EC strings
Make the default Microchip EC firmware path/to/file values overridable by adding prompts to the strings. Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I300f78a11960dbe193165fcb379b7190e3de4545 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66446 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r--src/mainboard/amd/chausie/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig
index 1d1525248907..477620ca471e 100644
--- a/src/mainboard/amd/chausie/Kconfig
+++ b/src/mainboard/amd/chausie/Kconfig
@@ -36,7 +36,7 @@ config CHAUSIE_HAVE_MCHP_FW
default n
config CHAUSIE_MCHP_SIG_FILE
- string
+ string "Microchip EC signature file"
depends on CHAUSIE_HAVE_MCHP_FW
default "3rdparty/blobs/mainboard/amd/chausie/EC_chausie_sig.bin"
help
@@ -45,7 +45,7 @@ config CHAUSIE_MCHP_SIG_FILE
is located
config CHAUSIE_MCHP_FW_FILE
- string
+ string "Microchip EC firmware file"
depends on CHAUSIE_HAVE_MCHP_FW
default "3rdparty/blobs/mainboard/amd/chausie/EC_chausie.bin"
help