hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config BR2_PACKAGE_TEE_USER_APP
   bool "Rockchip TEE user App or linux"
   help
     Rockchip TEE user App or linux.
 
if BR2_PACKAGE_TEE_USER_APP
 
config BR2_PACKAGE_TEE_USER_APP_COMPILE_CMD
   string "compile command"
   default "6432"
   help
     Rockchip rk_tee_user compile cammad.
 
config BR2_PACKAGE_TEE_USER_APP_TEE_VERSION
   string "TEE version"
   default "v2"
   help
     Rockchip TEE version.
 
config BR2_PACKAGE_TEE_USER_APP_EXTRA_TOOLCHAIN
   string "Extra toolchain if neccessary"
   default "None"
   help
     Extra toolchain if neccessary
 
endif