Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
33 lines
486 B
Plaintext
33 lines
486 B
Plaintext
config TPM_TIS_I2C
|
|
bool
|
|
depends on TPM
|
|
select TPM_BACKEND
|
|
select I2C
|
|
select TPM_TIS
|
|
|
|
config TPM_TIS_ISA
|
|
bool
|
|
depends on TPM && ISA_BUS
|
|
select TPM_TIS
|
|
|
|
config TPM_TIS_SYSBUS
|
|
bool
|
|
depends on TPM
|
|
select TPM_TIS
|
|
|
|
config TPM_TIS
|
|
bool
|
|
depends on TPM
|
|
select TPM_BACKEND
|
|
|
|
config TPM_CRB
|
|
bool
|
|
depends on TPM && PC
|
|
select TPM_BACKEND
|
|
|
|
config TPM_SPAPR
|
|
bool
|
|
default y
|
|
depends on TPM && PSERIES
|
|
select TPM_BACKEND
|