From dd63f5978e44cdbf71047beb2e2b85c524ff3614 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 31 Mar 2017 13:30:03 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/19093 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/spi/tpm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/spi') diff --git a/src/drivers/spi/tpm/Kconfig b/src/drivers/spi/tpm/Kconfig index 8a4f3a331c..a64244cfb6 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" -- cgit v1.2.3