Config.in 915 B

1234567891011121314151617181920212223242526272829
  1. config BR2_PACKAGE_OPTEE_CLIENT
  2. bool "optee-client"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. Enable the OP-TEE client package that brings non-secure
  6. client application resources for OP-TEE support. OP-TEE
  7. client is a component delivered by the OP-TEE project.
  8. The client API library allows application to invoke trusted
  9. applications hosted in the OP-TEE OS secure world. The
  10. supplicant provides services hosted by the non-secure world
  11. and invoked by the secure world.
  12. https://github.com/OP-TEE/optee_client
  13. if BR2_PACKAGE_OPTEE_CLIENT
  14. config BR2_PACKAGE_OPTEE_CLIENT_TEE_FS_PATH
  15. string "Path for normal world OS secure storage"
  16. default "/data/tee"
  17. help
  18. Path to storage area for secure storage based on the
  19. normal world OS providing the actual storage via
  20. tee-supplicant.
  21. endif
  22. comment "optee-client needs a toolchain w/ threads"
  23. depends on !BR2_TOOLCHAIN_HAS_THREADS