summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/tpm/Kconfig
blob: 49ab2a6bfe7e7bfbbf30ec66cd581d28e12d9ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config SPI_TPM
	bool "SPI TPM"
	depends on !PC80_SYSTEM && TPM2

config DRIVER_TPM_SPI_BUS
	hex "SPI bus TPM chip is connected to"
	default 0
	depends on SPI_TPM

config DRIVER_TPM_SPI_CHIP
	int "Chip Select of the TPM chip on its SPI bus"
	default 0
	depends on SPI_TPM