Message ID | 20220504094851.201843-2-sumit.garg@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] Add new target: "qemuarm-secureboot" | expand |
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
Signed-off-by: Sumit Garg <sumit.garg@linaro.org> --- meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg | 2 ++ 1 file changed, 2 insertions(+)