Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config TCG_TIS_ST33ZP24
  3. tristate
  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 "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)"
  12. depends on I2C
  13. select TCG_TIS_ST33ZP24
  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 "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"
  21. depends on SPI
  22. select TCG_TIS_ST33ZP24
  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.