blob: 5928d5aeec49c4d4790eec7908ed72e135d358a6 [file] [log] [blame]
Jens Wiklanderc0bc8082018-02-27 20:25:25 +01001config BR2_PACKAGE_OPTEE_BENCHMARK
2 bool "optee_benchmark"
3 select BR2_PACKAGE_LIBYAML
4 help
5 http://github.org/OP-TEE/optee_benchmark
6
7if BR2_PACKAGE_OPTEE_BENCHMARK
8config BR2_PACKAGE_OPTEE_BENCHMARK_SITE
9 string "OP-TEE benchmark path"
10 default ""
11 help
12 The path to the source directory of OP-TEE benchmark
13endif