diff options
| author | Tom Rini <[email protected]> | 2025-08-06 08:55:17 -0600 |
|---|---|---|
| committer | Ilias Apalodimas <[email protected]> | 2025-08-25 13:04:21 +0300 |
| commit | 5727df875002ee8233c983aaed923c04a945be8c (patch) | |
| tree | 6b383d47be38dd09f51ae6d87a1eb35a9ccbe67e /README | |
| parent | 51214ffcc543dde83ad687c35cb2de61a34e0602 (diff) | |
tpm: tpm_tis_st33zp24: Remove unused drivers
The tpm_tis_st33zp24_i2c and tpm_tis_st33zp24_spi drivers are unused.
Remove them.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -390,17 +390,6 @@ The following options need to be configured: CONFIG_TPM_TIS_I2C_BURST_LIMITATION Define the burst count bytes upper limit - CONFIG_TPM_ST33ZP24 - Support for STMicroelectronics TPM devices. Requires DM_TPM support. - - CONFIG_TPM_ST33ZP24_I2C - Support for STMicroelectronics ST33ZP24 I2C devices. - Requires TPM_ST33ZP24 and I2C. - - CONFIG_TPM_ST33ZP24_SPI - Support for STMicroelectronics ST33ZP24 SPI devices. - Requires TPM_ST33ZP24 and SPI. - CONFIG_TPM_ATMEL_TWI Support for Atmel TWI TPM device. Requires I2C support. |
