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