xref: /openbmc/linux/drivers/char/tpm/st33zp24/Kconfig (revision 6a551c11)
1config TCG_TIS_ST33ZP24
2	tristate "STMicroelectronics TPM Interface Specification 1.2 Interface"
3	depends on GPIOLIB || COMPILE_TEST
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
12config TCG_TIS_ST33ZP24_I2C
13	tristate "TPM 1.2 ST33ZP24 I2C support"
14	depends on TCG_TIS_ST33ZP24
15	depends on I2C
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.
21
22config TCG_TIS_ST33ZP24_SPI
23	tristate "TPM 1.2 ST33ZP24 SPI support"
24	depends on TCG_TIS_ST33ZP24
25	depends on SPI
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.
31