[PATCH v2 1/2] configs: lx2160a: Enable OPTEE support

Gaurav Jain gaurav.jain at nxp.com
Thu Sep 17 11:01:56 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 lx2160

Signed-off-by: Ruchika Gupta <ruchika.gupta at nxp.com>
---
 configs/lx2160ardb_tfa_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig
index 702122318e..f41e54d8e5 100644
--- a/configs/lx2160ardb_tfa_defconfig
+++ b/configs/lx2160ardb_tfa_defconfig
@@ -80,3 +80,8 @@ CONFIG_USB_XHCI_DWC3=y
 CONFIG_WDT=y
 CONFIG_WDT_SBSA=y
 CONFIG_EFI_LOADER_BOUNCE_BUFFER=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