31 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config TCG_TIS_ST33ZP243 tristate4 help5 STMicroelectronics ST33ZP24 core driver. It implements the core6 TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will7 register against it.8 9 To compile this driver as a module, choose m here. The module will be called10 tpm_st33zp24.11 12config TCG_TIS_ST33ZP24_I2C13 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)"14 depends on I2C15 select TCG_TIS_ST33ZP2416 help17 This module adds support for the STMicroelectronics TPM security chip18 ST33ZP24 with i2c interface.19 To compile this driver as a module, choose M here; the module will be20 called tpm_st33zp24_i2c.21 22config TCG_TIS_ST33ZP24_SPI23 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"24 depends on SPI25 select TCG_TIS_ST33ZP2426 help27 This module adds support for the STMicroelectronics TPM security chip28 ST33ZP24 with spi interface.29 To compile this driver as a module, choose M here; the module will be30 called tpm_st33zp24_spi.31