summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/fbg1701
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-04-06 13:54:56 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-09 06:21:35 +0000
commit474ed6b46f082fdfbc8f41191aa51bf595889ae8 (patch)
tree0b8f477817023fded4e506ab416d4cc376f3c7e8 /src/mainboard/facebook/fbg1701
parent935769398a312ca7908ea63b3cf0bcae18ebc7ee (diff)
downloadcoreboot-474ed6b46f082fdfbc8f41191aa51bf595889ae8.tar.xz
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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52133 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/fbg1701')
-rw-r--r--src/mainboard/facebook/fbg1701/Kconfig2
1 files changed, 1 insertions, 1 deletions
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