[PATCH] configs: lx2162a: Enable OPTEE support

Gaurav Jain gaurav.jain at nxp.com
Mon Sep 28 14:51:54 CEST 2020


From: Ruchika Gupta <ruchika.gupta at nxp.com>

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 <ruchika.gupta at nxp.com>
Signed-off-by: Gaurav Jain <gaurav.jain at nxp.com>
---
Depends-on:
<http://patchwork.ozlabs.org/project/uboot/patch/1599473527-21511-3-git-send-email-meenakshi.aggarwal@nxp.com/>

 configs/lx2162aqds_tfa_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/lx2162aqds_tfa_defconfig b/configs/lx2162aqds_tfa_defconfig
index 33ca543396..dcf8c4a924 100644
--- a/configs/lx2162aqds_tfa_defconfig
+++ b/configs/lx2162aqds_tfa_defconfig
@@ -93,3 +93,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
-- 
2.17.1



More information about the U-Boot mailing list