2019-01-23 14:56:07 +08:00
|
|
|
config TPMDEV
|
2019-01-23 14:56:00 +08:00
|
|
|
bool
|
2019-01-23 14:56:07 +08:00
|
|
|
depends on TPM
|
2019-01-23 14:56:00 +08:00
|
|
|
|
2020-03-06 00:51:43 +08:00
|
|
|
config TPM_TIS_ISA
|
2019-01-23 14:56:00 +08:00
|
|
|
bool
|
2019-01-23 14:56:09 +08:00
|
|
|
depends on TPM && ISA_BUS
|
2020-03-06 00:51:43 +08:00
|
|
|
select TPM_TIS
|
|
|
|
|
|
|
|
config TPM_TIS
|
|
|
|
bool
|
|
|
|
depends on TPM
|
2019-01-23 14:56:07 +08:00
|
|
|
select TPMDEV
|
2019-01-23 14:56:00 +08:00
|
|
|
|
|
|
|
config TPM_CRB
|
|
|
|
bool
|
2019-01-23 14:56:10 +08:00
|
|
|
depends on TPM && PC
|
2019-01-23 14:56:07 +08:00
|
|
|
select TPMDEV
|
2019-01-23 14:56:00 +08:00
|
|
|
|
|
|
|
config TPM_PASSTHROUGH
|
|
|
|
bool
|
2019-01-23 14:56:07 +08:00
|
|
|
default y
|
|
|
|
# FIXME: should check for x86 host as well
|
|
|
|
depends on TPMDEV && LINUX
|
2019-01-23 14:56:00 +08:00
|
|
|
|
|
|
|
config TPM_EMULATOR
|
|
|
|
bool
|
2019-01-23 14:56:07 +08:00
|
|
|
default y
|
|
|
|
depends on TPMDEV
|
2020-01-21 23:29:32 +08:00
|
|
|
|
|
|
|
config TPM_SPAPR
|
|
|
|
bool
|
2020-01-21 23:29:34 +08:00
|
|
|
default y
|
2020-01-21 23:29:32 +08:00
|
|
|
depends on TPM && PSERIES
|
|
|
|
select TPMDEV
|