1config 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 12 https://github.com/tpm2-software/tpm2-pkcs11 13 14comment "tpm2-pkcs11 needs a toolchain w/ dynamic library, threads" 15 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 16