xref: /openbmc/linux/drivers/char/tpm/st33zp24/Kconfig (revision bf38b871)
1bf38b871SChristophe Ricardconfig TCG_TIS_ST33ZP24
2bf38b871SChristophe Ricard	tristate "STMicroelectronics TPM Interface Specification 1.2 Interface"
3bf38b871SChristophe Ricard	depends on GPIOLIB
4bf38b871SChristophe Ricard	---help---
5bf38b871SChristophe Ricard	  STMicroelectronics ST33ZP24 core driver. It implements the core
6bf38b871SChristophe Ricard	  TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will
7bf38b871SChristophe Ricard	  register against it.
8bf38b871SChristophe Ricard
9bf38b871SChristophe Ricard	  To compile this driver as a module, choose m here. The module will be called
10bf38b871SChristophe Ricard	  tpm_st33zp24.
11bf38b871SChristophe Ricard
12bf38b871SChristophe Ricardconfig TCG_TIS_ST33ZP24_I2C
13bf38b871SChristophe Ricard	tristate "TPM 1.2 ST33ZP24 I2C support"
14bf38b871SChristophe Ricard	depends on TCG_TIS_ST33ZP24
15bf38b871SChristophe Ricard	depends on I2C
16bf38b871SChristophe Ricard	---help---
17bf38b871SChristophe Ricard	  This module adds support for the STMicroelectronics TPM security chip
18bf38b871SChristophe Ricard	  ST33ZP24 with i2c interface.
19bf38b871SChristophe Ricard	  To compile this driver as a module, choose M here; the module will be
20bf38b871SChristophe Ricard	  called tpm_st33zp24_i2c.
21