.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config TCG_TIS_ST33ZP24 |
---|
2 | 3 | tristate |
---|
3 | | - ---help--- |
---|
| 4 | + help |
---|
4 | 5 | STMicroelectronics ST33ZP24 core driver. It implements the core |
---|
5 | 6 | TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will |
---|
6 | 7 | register against it. |
---|
.. | .. |
---|
12 | 13 | tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)" |
---|
13 | 14 | depends on I2C |
---|
14 | 15 | select TCG_TIS_ST33ZP24 |
---|
15 | | - ---help--- |
---|
| 16 | + help |
---|
16 | 17 | This module adds support for the STMicroelectronics TPM security chip |
---|
17 | 18 | ST33ZP24 with i2c interface. |
---|
18 | 19 | To compile this driver as a module, choose M here; the module will be |
---|
.. | .. |
---|
22 | 23 | tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)" |
---|
23 | 24 | depends on SPI |
---|
24 | 25 | select TCG_TIS_ST33ZP24 |
---|
25 | | - ---help--- |
---|
| 26 | + help |
---|
26 | 27 | This module adds support for the STMicroelectronics TPM security chip |
---|
27 | 28 | ST33ZP24 with spi interface. |
---|
28 | 29 | To compile this driver as a module, choose M here; the module will be |
---|