Config.in 1.0 KB

12345678910111213141516171819202122232425262728
  1. config BR2_PACKAGE_OPTEE_TEST
  2. bool "optee-test"
  3. depends on BR2_TARGET_OPTEE_OS
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. select BR2_PACKAGE_OPTEE_CLIENT
  7. select BR2_TARGET_OPTEE_OS_SDK
  8. help
  9. This build option enables OP-TEE test package from the
  10. OP-TEE project. It helps platforms to verify the OP-TEE
  11. installation against a set of regression and performance
  12. tests.
  13. The package generates userspace test applications and
  14. data files for the Linux userland. It also generates
  15. OP-TEE trusted applications.
  16. Trusted application binary files are installed in the target
  17. directory /lib/optee_armtz as other trusted applications.
  18. At runtime OP-TEE OS can load trusted applications from this
  19. non-secure filesystem/directory into the secure world for
  20. execution.
  21. http://github.com/OP-TEE/optee_test
  22. comment "optee-test needs a toolchain w/ threads and C++"
  23. depends on BR2_TARGET_OPTEE_OS
  24. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP