mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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 <ruchika.gupta@nxp.com> [Rebased] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
bcc6c57452
commit
52c7c1cc15
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue