blob: 45762cfe65f92519eb7dd38b792e7b655f867b81 [file] [log] [blame]
Etienne Carrieree1ece832019-06-06 11:42:07 +02001config BR2_PACKAGE_OPTEE_EXAMPLES_EXT
2 bool "optee_examples"
3 help
4 http://github.org/OP-TEE/optee_examples
5
6if BR2_PACKAGE_OPTEE_EXAMPLES_EXT
7
8config BR2_PACKAGE_OPTEE_EXAMPLES_EXT_SITE
9 string "OP-TEE examples path"
10 default ""
11 help
12 The path to the source directory of OP-TEE examples
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