From 8bc896f7129b8e47cbca1c15b87a449620186cf8 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 19 Apr 2017 10:19:38 -0500 Subject: Kconfig: provide MAINBOARD_HAS_TPM_CR50 option The CR50 TPM can do both SPI and I2C communication. However, there's situations where policy needs to be applied for CR50 generically regardless of the I/O transport. Therefore add MAINBOARD_HAS_TPM_CR50 to encompass that. Additionally, once the mainboard has selected CR50 TPM automatically select MAINBOARD_HAS_TPM2 since CR50 TPM is TPM 2.0. Change-Id: I878f9b9dc99cfb0252d6fef7fc020fa3d391fcec Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/19370 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/reef/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/reef/Kconfig') diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index c4bf212d02..8fb6056050 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -14,7 +14,6 @@ config BOARD_GOOGLE_BASEBOARD_REEF select HAVE_ACPI_TABLES select I2C_TPM select MAINBOARD_HAS_CHROMEOS - select MAINBOARD_HAS_TPM2 select MAINBOARD_HAS_I2C_TPM_CR50 select TPM2 select GOOGLE_SMBIOS_MAINBOARD_VERSION -- cgit v1.2.3