GNU Linux-libre 4.9.318-gnu1
[releases.git] / drivers / char / tpm / st33zp24 / Kconfig
1 config TCG_TIS_ST33ZP24
2         tristate
3         ---help---
4           STMicroelectronics ST33ZP24 core driver. It implements the core
5           TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will
6           register against it.
7
8           To compile this driver as a module, choose m here. The module will be called
9           tpm_st33zp24.
10
11 config TCG_TIS_ST33ZP24_I2C
12         tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)"
13         depends on I2C
14         select TCG_TIS_ST33ZP24
15         ---help---
16           This module adds support for the STMicroelectronics TPM security chip
17           ST33ZP24 with i2c interface.
18           To compile this driver as a module, choose M here; the module will be
19           called tpm_st33zp24_i2c.
20
21 config TCG_TIS_ST33ZP24_SPI
22         tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"
23         depends on SPI
24         select TCG_TIS_ST33ZP24
25         ---help---
26           This module adds support for the STMicroelectronics TPM security chip
27           ST33ZP24 with spi interface.
28           To compile this driver as a module, choose M here; the module will be
29           called tpm_st33zp24_spi.