blob: dd4a4d78a5efeae559dc02c42c1e727e5ceb1aa6 [file] [log] [blame]
Etienne Carrieree1ece832019-06-06 11:42:07 +02001config BR2_PACKAGE_OPTEE_TEST_EXT
2 bool "optee_test"
3 select BR2_PACKAGE_OPTEE_CLIENT_EXT
4 help
5 http://github.org/OP-TEE/optee_test
6
Etienne Carrieree1ece832019-06-06 11:42:07 +02007config BR2_PACKAGE_OPTEE_TEST_EXT_SITE
8 string "OP-TEE test path"
9 default ""
10 help
11 The path to the source directory of OP-TEE test
12
Etienne Carriered919c3c2019-06-06 11:25:16 +020013if BR2_PACKAGE_OPTEE_TEST_EXT
14
Etienne Carrieree1ece832019-06-06 11:42:07 +020015config BR2_PACKAGE_OPTEE_TEST_EXT_SDK
16 string "OPTEE SDK path"
17 default ""
18 help
19 some help
20
21config BR2_PACKAGE_OPTEE_TEST_EXT_CROSS_COMPILE
22 string "OPTEE cross compiler"
23 default ""
24 help
25 some help
26
Jens Wiklander68a25e02020-06-23 15:09:20 +020027config BR2_PACKAGE_OPTEE_TEST_EXT_GP_PACKAGE
28 string "GP package"
29 default ""
30 help
31 Path to the GlobalPlatform package containing description files
32 and TAs needed to build the complete GP test suite. The package
33 is free for GP members, but can be acquired directly from
34 GlobalPlatform for non-members. See
35 https://globalplatform.org/test-suites/tee-initial-configuration-test-suite-with-excluded-tests-list/
36 The name of the package is currently "TEE Initial Configuration
37 Test Suite with Excluded Tests List v2.0.0.2" with the file name
38 TEE_Initial_Configuration-Test_Suite_v2_0_0_2-2017_06_09.7z
39
Jerome Forissier1c146e42020-11-10 17:24:05 +010040config BR2_PACKAGE_OPTEE_TEST_EXT_WITH_TLS_TESTS
41 bool "with-tls-tests"
42 help
43 Select Thread Local Storage tests in Trusted Applications. Some
44 toolchains may not support this.
45
Jerome Forissier0170c6c2020-11-10 17:24:05 +010046config BR2_PACKAGE_OPTEE_TEST_EXT_WITH_CXX_TESTS
47 bool "with-cxx-tests"
48 help
49 Select C++ tests in Trusted Applications. Some toolchains may not
50 support this.
51
Etienne Carrieree1ece832019-06-06 11:42:07 +020052endif