From: Ruchika Gupta Date: Fri, 23 Oct 2020 08:13:57 +0000 (+0530) Subject: configs: lx2160a: Enable OPTEE support X-Git-Tag: v2021.01-rc2~22^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c7c1cc153b6fb049f1bc415c97675dae468396;p=pandora-u-boot.git configs: lx2160a: Enable OPTEE support 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 [Rebased] Signed-off-by: Priyanka Jain --- diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index 90b66e1376b..81bbebd9e78 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -83,3 +83,8 @@ CONFIG_WDT_SBSA=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y CONFIG_CMD_NVME=y CONFIG_NVME=y +CONFIG_TEE=y +CONFIG_OPTEE=y +CONFIG_OPTEE_TA_AVB=y +CONFIG_SUPPORT_EMMC_RPMB=y +CONFIG_CMD_OPTEE_RPMB=y