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