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