aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-03-31 13:30:03 -0700
committerFurquan Shaikh <furquan@google.com>2017-04-05 20:32:04 +0200
commitdd63f5978e44cdbf71047beb2e2b85c524ff3614 (patch)
tree413582c2d7573a0785abab8e0463c727664998a3 /src
parentbdf86a69ff0a6fc1ff6c8b527b013fa495fa0412 (diff)
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@chromium.org> Reviewed-on: https://review.coreboot.org/19093 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/drivers/spi/tpm/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"