xref: /OK3568_Linux_fs/buildroot/package/tpm-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_TPM_TOOLS
2*4882a593Smuzhiyun	bool "tpm-tools"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # trousers
5*4882a593Smuzhiyun	select BR2_PACKAGE_TROUSERS
6*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Tools to manage and diagnose a TPM
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://trousers.sourceforge.net/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "tpm-tools needs a toolchain w/ threads, dynamic library"
14*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
15