2020-03-05 17:51:43 +01:00
|
|
|
config TPM_TIS_ISA
|
2019-01-23 07:56:00 +01:00
|
|
|
bool
|
2019-01-23 07:56:09 +01:00
|
|
|
depends on TPM && ISA_BUS
|
2020-03-05 17:51:43 +01:00
|
|
|
select TPM_TIS
|
|
|
|
|
2020-03-05 17:51:44 +01:00
|
|
|
config TPM_TIS_SYSBUS
|
|
|
|
bool
|
|
|
|
depends on TPM
|
|
|
|
select TPM_TIS
|
|
|
|
|
2020-03-05 17:51:43 +01:00
|
|
|
config TPM_TIS
|
|
|
|
bool
|
|
|
|
depends on TPM
|
2020-06-12 10:54:35 +02:00
|
|
|
select TPM_BACKEND
|
2019-01-23 07:56:00 +01:00
|
|
|
|
|
|
|
config TPM_CRB
|
|
|
|
bool
|
2019-01-23 07:56:10 +01:00
|
|
|
depends on TPM && PC
|
2020-06-12 10:54:35 +02:00
|
|
|
select TPM_BACKEND
|
2019-01-23 07:56:00 +01:00
|
|
|
|
2020-01-21 16:29:32 +01:00
|
|
|
config TPM_SPAPR
|
|
|
|
bool
|
2020-01-21 16:29:34 +01:00
|
|
|
default y
|
2020-01-21 16:29:32 +01:00
|
|
|
depends on TPM && PSERIES
|
2020-06-12 10:54:35 +02:00
|
|
|
select TPM_BACKEND
|