xref: /OK3568_Linux_fs/buildroot/package/ibm-sw-tpm2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IBM_SW_TPM2
2*4882a593Smuzhiyun	bool "ibm-sw-tpm2"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # ibm-sw-tpm2
5*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
6*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  This project is an implementation of the TCG TPM 2.0
9*4882a593Smuzhiyun	  specification. It is based on the TPM specification Parts 3
10*4882a593Smuzhiyun	  and 4 source code donated by Microsoft, with additional
11*4882a593Smuzhiyun	  files to complete the implementation.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://sourceforge.net/projects/ibmswtpm2/
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "ibm-sw-tpm2 needs a toolchain w/ threads, dynamic library"
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
17