blob: e582145076dc5cbd69bf5f99f95320f58df641f7 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Christophe Ricardbf38b872015-03-08 11:17:14 +01002config TCG_TIS_ST33ZP24
Christophe RICARDb55c8e92016-02-13 16:15:29 +01003 tristate
Christophe Ricardbf38b872015-03-08 11:17:14 +01004 ---help---
5 STMicroelectronics ST33ZP24 core driver. It implements the core
6 TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will
7 register against it.
8
9 To compile this driver as a module, choose m here. The module will be called
10 tpm_st33zp24.
11
12config TCG_TIS_ST33ZP24_I2C
Christophe RICARDb55c8e92016-02-13 16:15:29 +010013 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)"
Christophe Ricardbf38b872015-03-08 11:17:14 +010014 depends on I2C
Christophe RICARDb55c8e92016-02-13 16:15:29 +010015 select TCG_TIS_ST33ZP24
Christophe Ricardbf38b872015-03-08 11:17:14 +010016 ---help---
17 This module adds support for the STMicroelectronics TPM security chip
18 ST33ZP24 with i2c interface.
19 To compile this driver as a module, choose M here; the module will be
20 called tpm_st33zp24_i2c.
Christophe Ricardf042a312015-03-08 11:17:15 +010021
22config TCG_TIS_ST33ZP24_SPI
Christophe RICARDb55c8e92016-02-13 16:15:29 +010023 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"
Christophe Ricardf042a312015-03-08 11:17:15 +010024 depends on SPI
Christophe RICARDb55c8e92016-02-13 16:15:29 +010025 select TCG_TIS_ST33ZP24
Christophe Ricardf042a312015-03-08 11:17:15 +010026 ---help---
27 This module adds support for the STMicroelectronics TPM security chip
28 ST33ZP24 with spi interface.
29 To compile this driver as a module, choose M here; the module will be
30 called tpm_st33zp24_spi.