Files
operating-system/buildroot/package/optee-benchmark/Config.in
Pascal Vizeli 5a6678147e Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix LN

* Fix wpa

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix lint

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* fix-network

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix script

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-04-16 20:03:01 +02: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