lib: optee_client: move CONFIG_OPTEE_V1/V2 define
move CONFIG_OPTEE_V1/V2 to lib/optee_clientApi/Kconfig Change-Id: I446454547a186a27110aa95183264154fc538de9 Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
This commit is contained in:
parent
07e846a0c2
commit
d7407b119c
|
|
@ -20,14 +20,6 @@ config SYS_MALLOC_F_LEN
|
|||
config SPL_SERIAL_SUPPORT
|
||||
default y
|
||||
|
||||
config OPTEE_V1
|
||||
bool "Support OPTEE version 1.0"
|
||||
help
|
||||
U-boot can communicate with trust if
|
||||
the config is enable. This function can
|
||||
be use in android bootloader a/b and avb
|
||||
step.
|
||||
|
||||
source "board/rockchip/evb_rk3229/Kconfig"
|
||||
source "board/rockchip/gva_rk3229/Kconfig"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,3 +5,20 @@ config OPTEE_CLIENT
|
|||
the config is enable. This function can
|
||||
be use in android bootloader a/b and avb
|
||||
step.
|
||||
|
||||
config OPTEE_V1
|
||||
bool "Support OPTEE version 1.0"
|
||||
help
|
||||
U-boot can communicate with trust if
|
||||
the config is enable. This function can
|
||||
be use in android bootloader a/b and avb
|
||||
step.
|
||||
|
||||
config OPTEE_V2
|
||||
bool "Support OPTEE version 2.0"
|
||||
help
|
||||
U-boot can communicate with trust if
|
||||
the config is enable. This function can
|
||||
be use in android bootloader a/b and avb
|
||||
step.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue