2019-01-23 07:56:07 +01:00
|
|
|
config TPMDEV
|
2019-01-23 07:56:00 +01:00
|
|
|
bool
|
2019-01-23 07:56:07 +01:00
|
|
|
depends on TPM
|
2019-01-23 07:56:00 +01:00
|
|
|
|
|
|
|
config TPM_TIS
|
|
|
|
bool
|
2019-01-23 07:56:09 +01:00
|
|
|
depends on TPM && ISA_BUS
|
2019-01-23 07:56:07 +01:00
|
|
|
select TPMDEV
|
2019-01-23 07:56:00 +01:00
|
|
|
|
|
|
|
config TPM_CRB
|
|
|
|
bool
|
2019-01-23 07:56:10 +01:00
|
|
|
depends on TPM && PC
|
2019-01-23 07:56:07 +01:00
|
|
|
select TPMDEV
|
2019-01-23 07:56:00 +01:00
|
|
|
|
|
|
|
config TPM_PASSTHROUGH
|
|
|
|
bool
|
2019-01-23 07:56:07 +01:00
|
|
|
default y
|
|
|
|
# FIXME: should check for x86 host as well
|
|
|
|
depends on TPMDEV && LINUX
|
2019-01-23 07:56:00 +01:00
|
|
|
|
|
|
|
config TPM_EMULATOR
|
|
|
|
bool
|
2019-01-23 07:56:07 +01:00
|
|
|
default y
|
|
|
|
depends on TPMDEV
|