From patchwork Wed Apr 22 17:18:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ruchika Gupta X-Patchwork-Id: 238346 List-Id: U-Boot discussion From: ruchika.gupta at nxp.com (Ruchika Gupta) Date: Wed, 22 Apr 2020 22:48:26 +0530 Subject: [PATCH 3/3] configs: lx2160a: Enable OPTEE support In-Reply-To: <20200422171826.139753-1-ruchika.gupta@nxp.com> References: <20200422171826.139753-1-ruchika.gupta@nxp.com> Message-ID: <20200422171826.139753-3-ruchika.gupta@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 --- configs/lx2160ardb_tfa_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index c8582aa40d..930c88221f 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -73,3 +73,8 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y CONFIG_GIC_V3_ITS=y +CONFIG_TEE=y +CONFIG_OPTEE=y +CONFIG_OPTEE_TA_AVB=y +CONFIG_SUPPORT_EMMC_RPMB=y +CONFIG_CMD_OPTEE_RPMB=y