mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
configs: lx2162a: Enable OPTEE support
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@nxp.com> Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
9ed303dfa9
commit
fd1f8c691d
1 changed files with 5 additions and 0 deletions
|
@ -94,3 +94,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
|
||||
|
|
Loading…
Add table
Reference in a new issue