blob: 8162a33ba8fc74820e39f6e2a4fdaa754a973be8 [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
Rong Fand22f2dc2021-10-14 19:11:44 -070020config BR2_PACKAGE_OPTEE_RUST_EXAMPLES_TC_PATH_ENV
21 string "OP-TEE Rust examples toolchain path"
22 default ""
23 help
24 some help
Rong Fan19a58f02021-09-10 04:38:25 -070025endif