Config.in 464 B

123456789101112131415
  1. config BR2_PACKAGE_TPM2_PKCS11
  2. bool "tpm2-pkcs11"
  3. depends on !BR2_STATIC_LIBS # tpm2-tss
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. select BR2_PACKAGE_LIBYAML
  6. select BR2_PACKAGE_OPENSSL
  7. select BR2_PACKAGE_SQLITE
  8. select BR2_PACKAGE_TPM2_TSS
  9. help
  10. A PKCS#11 interface for TPM2 hardware
  11. https://github.com/tpm2-software/tpm2-pkcs11
  12. comment "tpm2-pkcs11 needs a toolchain w/ dynamic library, threads"
  13. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS