[coreboot-gerrit] Change in coreboot[master]: drivers/spi/tpm: Allow TPM_SPI to be used with PC80_SYSTEM.

Furquan Shaikh (Code Review) gerrit at coreboot.org
Wed Apr 5 20:32:13 CEST 2017


Furquan Shaikh has submitted this change and it was merged. ( https://review.coreboot.org/19093 )

Change subject: drivers/spi/tpm: Allow TPM_SPI to be used with PC80_SYSTEM.
......................................................................


drivers/spi/tpm: Allow TPM_SPI to be used with PC80_SYSTEM.

In order to be able to use SPI TPM on x86, allow TPM_SPI to be used
with PC80_SYSTEM.

BUG=b:35583330

Change-Id: Ibe626a192d45cf2624368db42d369202a4003123
Signed-off-by: Furquan Shaikh <furquan at chromium.org>
Reviewed-on: https://review.coreboot.org/19093
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
M src/drivers/spi/tpm/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aaron Durbin: Looks good to me, approved
  build bot (Jenkins): Verified



diff --git a/src/drivers/spi/tpm/Kconfig b/src/drivers/spi/tpm/Kconfig
index 8a4f3a3..a64244c 100644
--- a/src/drivers/spi/tpm/Kconfig
+++ b/src/drivers/spi/tpm/Kconfig
@@ -1,6 +1,6 @@
 config SPI_TPM
 	bool "SPI TPM"
-	depends on !PC80_SYSTEM && TPM2
+	depends on TPM2
 
 config DRIVER_TPM_SPI_BUS
 	hex "SPI bus TPM chip is connected to"

-- 
To view, visit https://review.coreboot.org/19093
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe626a192d45cf2624368db42d369202a4003123
Gerrit-PatchSet: 6
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie at chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list