buildroot/package/optee-benchmark/Config.in
Fabrice Fontaine ae08209ba1 package/optee-benchmark: needs fork
Fixes:
 - http://autobuild.buildroot.org/results/ea61442275d1790a29e02e2fa27f072e4c12daa7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-03-15 21:58:27 +01:00

18 lines
584 B
Plaintext

config BR2_PACKAGE_OPTEE_BENCHMARK
bool "optee-benchmark"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
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
comment "optee-benchmark needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS