1config TPMDEV 2 bool 3 depends on TPM 4 5config TPM_TIS_ISA 6 bool 7 depends on TPM && ISA_BUS 8 select TPM_TIS 9 10config TPM_TIS 11 bool 12 depends on TPM 13 select TPMDEV 14 15config TPM_CRB 16 bool 17 depends on TPM && PC 18 select TPMDEV 19 20config TPM_PASSTHROUGH 21 bool 22 default y 23 # FIXME: should check for x86 host as well 24 depends on TPMDEV && LINUX 25 26config TPM_EMULATOR 27 bool 28 default y 29 depends on TPMDEV 30 31config TPM_SPAPR 32 bool 33 default y 34 depends on TPM && PSERIES 35 select TPMDEV 36