2019-01-30 11:47:27 +01:00
|
|
|
config BR2_PACKAGE_OPTEE_BENCHMARK
|
|
|
|
bool "optee-benchmark"
|
2019-03-15 08:54:54 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2019-03-07 16:45:28 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
|
2019-01-30 11:47:27 +01:00
|
|
|
select BR2_PACKAGE_OPTEE_CLIENT
|
|
|
|
select BR2_PACKAGE_LIBYAML
|
|
|
|
help
|
|
|
|
Enable the OP-TEE benchmark package that brings facilities
|
|
|
|
for profiling traversal and execution timings when
|
|
|
|
invoking OP-TEE. OP-TEE benchmark is a component delivered
|
|
|
|
by the OP-TEE project.
|
|
|
|
|
|
|
|
http://github.com/linaro-swg/optee_benchmark
|
|
|
|
|
2019-03-08 10:55:09 +01:00
|
|
|
comment "optee-benchmark needs a toolchain w/ threads"
|
2019-03-15 08:54:54 +01:00
|
|
|
depends on BR2_USE_MMU
|
2019-03-08 10:55:09 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|