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>
This commit is contained in:
Furquan Shaikh 2017-03-31 13:30:03 -07:00 committed by Furquan Shaikh
parent bdf86a69ff
commit dd63f5978e
1 changed files with 1 additions and 1 deletions

View File

@ -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"