1config TPM_TIS_I2C 2 bool 3 depends on TPM 4 select TPM_BACKEND 5 select I2C 6 select TPM_TIS 7 8config TPM_TIS_ISA 9 bool 10 depends on TPM && ISA_BUS 11 select TPM_TIS 12 13config TPM_TIS_SYSBUS 14 bool 15 depends on TPM 16 select TPM_TIS 17 18config TPM_TIS 19 bool 20 depends on TPM 21 select TPM_BACKEND 22 23config TPM_CRB 24 bool 25 depends on TPM && PC 26 select TPM_BACKEND 27 28config TPM_SPAPR 29 bool 30 default y 31 depends on TPM && PSERIES 32 select TPM_BACKEND 33