diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2022-08-04 15:59:27 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-08-07 19:53:07 +0000 |
commit | 0700940bb7c32673851c37cbb6cd22ef085000d9 (patch) | |
tree | b1ab13c83ffcdcad436fc41f08722536d3270b74 /src/mainboard/amd/chausie | |
parent | 385e43274e515b1d235540323a4907514df765fd (diff) |
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>
Diffstat (limited to 'src/mainboard/amd/chausie')
-rw-r--r-- | src/mainboard/amd/chausie/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig index 1d15252489..477620ca47 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 |