repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
drivers
/
spi
/
tpm
/
Kconfig
blob
837b8f5e456cc39e0b6caf423848dc2f3e300474
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config SPI_TPM
4
bool
5
help
6
SPI TPM driver is enabled!
7
8
config DRIVER_TPM_SPI_BUS
9
hex "SPI bus TPM chip is connected to"
10
default 0x0
11
depends on SPI_TPM
12
13
config DRIVER_TPM_SPI_CHIP
14
int "Chip Select of the TPM chip on its SPI bus"
15
default 0
16
depends on SPI_TPM