Kconfig 1.0 KB

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