blob: e4e5a0cde78c37bbf0b0e79623562fccbdce3aae [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
Etienne Carrieree1ece832019-06-06 11:42:07 +02006config 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
Etienne Carriered919c3c2019-06-06 11:25:16 +020012if BR2_PACKAGE_OPTEE_EXAMPLES_EXT
13
Etienne Carrieree1ece832019-06-06 11:42:07 +020014config 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