From 0700940bb7c32673851c37cbb6cd22ef085000d9 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Thu, 4 Aug 2022 15:59:27 -0600 Subject: 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 Change-Id: I300f78a11960dbe193165fcb379b7190e3de4545 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66446 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Felix Held --- src/mainboard/amd/chausie/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3