Config.in 584 B

1234567891011121314151617
  1. config BR2_PACKAGE_OPTEE_BENCHMARK
  2. bool "optee-benchmark"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
  5. select BR2_PACKAGE_OPTEE_CLIENT
  6. select BR2_PACKAGE_LIBYAML
  7. help
  8. Enable the OP-TEE benchmark package that brings facilities
  9. for profiling traversal and execution timings when
  10. invoking OP-TEE. OP-TEE benchmark is a component delivered
  11. by the OP-TEE project.
  12. http://github.com/linaro-swg/optee_benchmark
  13. comment "optee-benchmark needs a toolchain w/ threads"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS