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>
This commit is contained in:
parent
385e43274e
commit
0700940bb7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue