Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930
  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. To compile this driver as a module, choose m here. The module will be called
  8. tpm_st33zp24.
  9. config TCG_TIS_ST33ZP24_I2C
  10. tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)"
  11. depends on I2C
  12. select TCG_TIS_ST33ZP24
  13. ---help---
  14. This module adds support for the STMicroelectronics TPM security chip
  15. ST33ZP24 with i2c interface.
  16. To compile this driver as a module, choose M here; the module will be
  17. called tpm_st33zp24_i2c.
  18. config TCG_TIS_ST33ZP24_SPI
  19. tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"
  20. depends on SPI
  21. select TCG_TIS_ST33ZP24
  22. ---help---
  23. This module adds support for the STMicroelectronics TPM security chip
  24. ST33ZP24 with spi interface.
  25. To compile this driver as a module, choose M here; the module will be
  26. called tpm_st33zp24_spi.