1config BR2_PACKAGE_OPTEE_EXAMPLES_EXT 2 bool "optee_examples" 3 help 4 http://github.org/OP-TEE/optee_examples 5 6config BR2_PACKAGE_OPTEE_EXAMPLES_EXT_SITE 7 string "OP-TEE examples path" 8 default "" 9 help 10 The path to the source directory of OP-TEE examples 11 12if BR2_PACKAGE_OPTEE_EXAMPLES_EXT 13 14config BR2_PACKAGE_OPTEE_EXAMPLES_EXT_SDK 15 string "OPTEE SDK path" 16 default "" 17 help 18 some help 19 20config BR2_PACKAGE_OPTEE_EXAMPLES_EXT_CROSS_COMPILE 21 string "OPTEE cross compiler" 22 default "" 23 help 24 some help 25 26endif 27