From 474ed6b46f082fdfbc8f41191aa51bf595889ae8 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 6 Apr 2021 13:54:56 +0200 Subject: drivers/tpm/Kconfig: Rename TPM_INIT to TPM_INIT_RAMSTAGE Rename the Kconfig parameter to more accurately reflect what it does. TPM can be initialised in a different stage too, for instance with VBOOT it is done in verstage. Change-Id: Ic0126b356e8430c04c7c9fd46d4e20022a648738 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/52133 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks --- src/mainboard/facebook/fbg1701/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/facebook/fbg1701') diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index 1c4724741c..40cf8d91c3 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -87,7 +87,7 @@ config SPI_FLASH_WINBOND bool default y -config TPM_INIT +config TPM_INIT_RAMSTAGE bool "TPM Setup in RAMSTAGE" default n -- cgit v1.2.3