blob: 8aa0f71981a8c167658f4a0e33dd517868e4ba5d [file] [log] [blame]
Rong Fan19a58f02021-09-10 04:38:25 -07001config BR2_PACKAGE_OPTEE_RUST_EXAMPLES_EXT
2 bool "optee_rust_examples"
3 help
4 https://github.com/apache/incubator-teaclave-trustzone-sdk
5
6config BR2_PACKAGE_OPTEE_RUST_EXAMPLES_EXT_SITE
7 string "OP-TEE Rust examples path"
8 default ""
9 help
10 The path to the source directory of OP-TEE Rust SDK
11
12if BR2_PACKAGE_OPTEE_RUST_EXAMPLES_EXT
13
14config BR2_PACKAGE_OPTEE_RUST_EXAMPLES_EXT_CROSS_COMPILE
15 string "OP-TEE Rust examples cross compiler"
16 default ""
17 help
18 some help
19
20endif