[2/2] linux-yocto: tee.cfg: Enable TEE based fTPM driver

Message ID 20220504094851.201843-2-sumit.garg@linaro.org
State New
Headers show
Series [1/2] Add new target: "qemuarm-secureboot" | expand

Commit Message

Sumit Garg May 4, 2022, 9:48 a.m. UTC
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
---
 meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg b/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
index 3de03bf..9a25cd5 100644
--- a/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
+++ b/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
@@ -8,3 +8,5 @@  CONFIG_OPTEE=y
 CONFIG_OPTEE_SHM_NUM_PRIV_PAGES=1
 # end of TEE drivers
 
+CONFIG_TCG_TPM=y
+CONFIG_TCG_FTPM_TEE=y