Etienne Carriere | e1ece83 | 2019-06-06 11:42:07 +0200 | [diff] [blame] | 1 | config BR2_PACKAGE_OPTEE_EXAMPLES_EXT |
| 2 | bool "optee_examples" |
| 3 | help |
| 4 | http://github.org/OP-TEE/optee_examples |
| 5 | |
Etienne Carriere | e1ece83 | 2019-06-06 11:42:07 +0200 | [diff] [blame] | 6 | config 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 Carriere | d919c3c | 2019-06-06 11:25:16 +0200 | [diff] [blame^] | 12 | if BR2_PACKAGE_OPTEE_EXAMPLES_EXT |
| 13 | |
Etienne Carriere | e1ece83 | 2019-06-06 11:42:07 +0200 | [diff] [blame] | 14 | config BR2_PACKAGE_OPTEE_EXAMPLES_EXT_SDK |
| 15 | string "OPTEE SDK path" |
| 16 | default "" |
| 17 | help |
| 18 | some help |
| 19 | |
| 20 | config BR2_PACKAGE_OPTEE_EXAMPLES_EXT_CROSS_COMPILE |
| 21 | string "OPTEE cross compiler" |
| 22 | default "" |
| 23 | help |
| 24 | some help |
| 25 | |
| 26 | endif |