Config.in 784 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_TPM2_TOOLS
  2. bool "tpm2-tools"
  3. depends on !BR2_STATIC_LIBS # tpm2-tss
  4. select BR2_PACKAGE_LIBCURL
  5. select BR2_PACKAGE_OPENSSL
  6. select BR2_PACKAGE_TPM2_TSS
  7. help
  8. TPM (Trusted Platform Module) 2.0 CLI tools based on system
  9. API of TPM2-TSS. These tools can be used to manage keys,
  10. perform encryption/decryption/signing/etc crypto operations,
  11. and manage non-volatile storage through a TPM2.0 HW
  12. implementation.
  13. Notice: An in-kernel resource manager is provided by the
  14. Linux kernel since 4.12. Depending on use cases and kernel
  15. version, the user space resource manager provided by
  16. tpm2-abrmd may be needed.
  17. https://github.com/tpm2-software/tpm2-tools
  18. comment "tpm2-tools needs a toolchain w/ dynamic library"
  19. depends on BR2_STATIC_LIBS