From 5727df875002ee8233c983aaed923c04a945be8c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 6 Aug 2025 08:55:17 -0600 Subject: 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 Reviewed-by: Ilias Apalodimas Signed-off-by: Ilias Apalodimas --- README | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'README') diff --git a/README b/README index 65305e6a037..07cfded6be5 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3