kumquat-buildroot/package/optee-benchmark/Config.in
Etienne Carriere 2fc4790e67 package/optee-benchmark: new package
OP-TEE performance benchmark tools for the OP-TEE project.

This packages generates embedded Linux based OS materials used
to retrieve execution timing information on invocation of the
OP-TEE secure services.

It is added next to the OP-TEE client package in BR configuration.

This change references in Buildroot the today's latest OP-TEE
revision release tagged 3.4.0.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
[Thomas:
 - drop version selection
 - propagate the dependency of optee-client]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-02-17 23:01:11 +01:00

16 lines
515 B
Plaintext

config BR2_PACKAGE_OPTEE_BENCHMARK
bool "optee-benchmark"
depends on !BR2_STATIC_LIBS # 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/ dynamic library"
depends on BR2_STATIC_LIBS