diff mbox series

[u-boot,v2019.04-aspeed-openbmc,4/5] configs: ast2600_openbmc_spl_emmc: Enable TPMv2 over I2C

Message ID 20220505202829.31466-5-eajames@linux.ibm.com
State New
Headers show
Series ast2600: Add I2C TPMv2 driver | expand

Commit Message

Eddie James May 5, 2022, 8:28 p.m. UTC
Enable the I2C TPM communication driver to talk to TPM device
over I2C.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 configs/ast2600_openbmc_spl_emmc_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/ast2600_openbmc_spl_emmc_defconfig b/configs/ast2600_openbmc_spl_emmc_defconfig
index 4ea0f34148..3bb44280c7 100644
--- a/configs/ast2600_openbmc_spl_emmc_defconfig
+++ b/configs/ast2600_openbmc_spl_emmc_defconfig
@@ -132,5 +132,5 @@  CONFIG_WDT=y
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_SPL_TINY_MEMSET=y
 CONFIG_TPM=y
-CONFIG_SPL_TPM=y
+CONFIG_TPM2_TIS_I2C=y
 # CONFIG_EFI_LOADER is not set