[RFC PATCH] arm64: defconfig: tpm : Enable fTPM TEE support

Atharv Dubey posted 1 patch 1 month, 2 weeks ago
There is a newer version of this series
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[RFC PATCH] arm64: defconfig: tpm : Enable fTPM TEE support
Posted by Atharv Dubey 1 month, 2 weeks ago
Enable CONFIG_TCG_FTPM_TEE as a module for all
the platforms to support firmware-based TPM
through OP-TEE.

---
Bloat-o-meter Statistics :
add/remove: 0/0 grow/shrink: 0/0 up/down: 0/0 (0)
Function  old           new             delta
Total: Before=32968311, After=32968311, chg +0.00%
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 35e9eb180c9a..493a29fbd48f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -530,6 +530,7 @@ CONFIG_IPMI_SI=m
 CONFIG_HW_RANDOM=y
 CONFIG_HW_RANDOM_VIRTIO=y
 CONFIG_TCG_TPM=y
+CONFIG_TCG_FTPM_TEE=m
 CONFIG_TCG_TIS=m
 CONFIG_TCG_TIS_SPI=m
 CONFIG_TCG_TIS_SPI_CR50=y
-- 
2.34.1
Re: [RFC PATCH] arm64: defconfig: tpm : Enable fTPM TEE support
Posted by Atharv Dubey 1 month, 2 weeks ago
Hello All,

On 11/02/26 11:36, Atharv Dubey wrote:
> Enable CONFIG_TCG_FTPM_TEE as a module for all
> the platforms to support firmware-based TPM
> through OP-TEE.

missed the sob, resending as v2.

Regards,

Atharv