Lines Matching full:tpm
2 # TPM subsystem configuration
5 menu "TPM support"
8 bool "Enable sandbox TPM driver"
11 This driver emulates a TPM, providing access to base functions
12 such as reading and writing TPM private data. This is enough to
17 bool "Enable Atmel TWI TPM device driver"
18 depends on TPM
20 This driver supports an Atmel TPM device connected on the I2C bus.
21 The usual tpm operations and the 'tpm' command can be used to talk
22 to the device using the standard TPM Interface Specification (TIS)
27 depends on TPM && DM_I2C
29 This driver supports Infineon TPM devices connected on the I2C bus.
30 The usual tpm operations and the 'tpm' command can be used to talk
31 to the device using the standard TPM Interface Specification (TIS)
40 option. The can allow a broken TPM to be used by splitting messages
51 depends on TPM && X86
53 This driver supports Infineon TPM devices connected on the LPC bus.
54 The usual tpm operations and the 'tpm' command can be used to talk
55 to the device using the standard TPM Interface Specification (TIS)
59 bool "Enable TPM authentication session support"
60 depends on TPM
65 available using the 'tpm' command, too.
68 bool "STMicroelectronics ST33ZP24 I2C TPM"
69 depends on TPM && DM_I2C
71 This driver supports STMicroelectronics TPM devices connected on the I2C bus.
72 The usual tpm operations and the 'tpm' command can be used to talk
73 to the device using the standard TPM Interface Specification (TIS)
77 bool "STMicroelectronics ST33ZP24 SPI TPM"
78 depends on TPM && DM_SPI
80 This driver supports STMicroelectronics TPM devices connected on the SPI bus.
81 The usual tpm operations and the 'tpm' command can be used to talk
82 to the device using the standard TPM Interface Specification (TIS)
86 bool "Enable TPM resource flushing support"
87 depends on TPM
89 Enable support to flush specific resources (e.g. keys) from the TPM.
90 The functionality is available via the 'tpm' command as well.
93 bool "Enable TPM key loading by SHA1 support"
94 depends on TPM
96 Enable support to load keys into the TPM by identifying
98 The functionality is available via the 'tpm' command as well.
101 bool "Enable TPM resource listing support"
102 depends on TPM
104 Enable support to list specific resources (e.g. keys) within the TPM.
105 The functionality is available via the 'tpm' command as well.