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:
parent
bdf86a69ff
commit
dd63f5978e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue