From: Ruchika Gupta Date: Mon, 28 Sep 2020 12:51:54 +0000 (+0530) Subject: configs: lx2162a: Enable OPTEE support X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fd1f8c691d2bd09c18a12883596742939840839a;p=u-boot.git configs: lx2162a: Enable OPTEE support Enable support to compile OPTEE driver, access AVB TA and RPMB API's access via RPC from OPTEE for lx2162 Signed-off-by: Ruchika Gupta Signed-off-by: Gaurav Jain Reviewed-by: Priyanka Jain --- diff --git a/configs/lx2162aqds_tfa_defconfig b/configs/lx2162aqds_tfa_defconfig index ca7479793d..b88e73a551 100644 --- a/configs/lx2162aqds_tfa_defconfig +++ b/configs/lx2162aqds_tfa_defconfig @@ -94,3 +94,8 @@ CONFIG_CMD_DATE=y CONFIG_RTC_PCF2127=y CONFIG_I2C_MUX=y CONFIG_I2C_MUX_PCA954x=y +CONFIG_TEE=y +CONFIG_OPTEE=y +CONFIG_OPTEE_TA_AVB=y +CONFIG_SUPPORT_EMMC_RPMB=y +CONFIG_CMD_OPTEE_RPMB=y