Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Christophe Ricard | bf38b87 | 2015-03-08 11:17:14 +0100 | [diff] [blame] | 2 | config TCG_TIS_ST33ZP24 |
Christophe RICARD | b55c8e9 | 2016-02-13 16:15:29 +0100 | [diff] [blame] | 3 | tristate |
Christophe Ricard | bf38b87 | 2015-03-08 11:17:14 +0100 | [diff] [blame] | 4 | ---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 | |
| 12 | config TCG_TIS_ST33ZP24_I2C |
Christophe RICARD | b55c8e9 | 2016-02-13 16:15:29 +0100 | [diff] [blame] | 13 | tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)" |
Christophe Ricard | bf38b87 | 2015-03-08 11:17:14 +0100 | [diff] [blame] | 14 | depends on I2C |
Christophe RICARD | b55c8e9 | 2016-02-13 16:15:29 +0100 | [diff] [blame] | 15 | select TCG_TIS_ST33ZP24 |
Christophe Ricard | bf38b87 | 2015-03-08 11:17:14 +0100 | [diff] [blame] | 16 | ---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 Ricard | f042a31 | 2015-03-08 11:17:15 +0100 | [diff] [blame] | 21 | |
| 22 | config TCG_TIS_ST33ZP24_SPI |
Christophe RICARD | b55c8e9 | 2016-02-13 16:15:29 +0100 | [diff] [blame] | 23 | tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)" |
Christophe Ricard | f042a31 | 2015-03-08 11:17:15 +0100 | [diff] [blame] | 24 | depends on SPI |
Christophe RICARD | b55c8e9 | 2016-02-13 16:15:29 +0100 | [diff] [blame] | 25 | select TCG_TIS_ST33ZP24 |
Christophe Ricard | f042a31 | 2015-03-08 11:17:15 +0100 | [diff] [blame] | 26 | ---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. |