1*4882a593Smuzhiyunconfig BR2_PACKAGE_TROUSERS 2*4882a593Smuzhiyun bool "trousers" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun # doesn't build properly in static only configurations 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 6*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL 7*4882a593Smuzhiyun select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun The open-source TCG Software Stack (TSS). 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun This library enables the use of a Trusted Platform Module 12*4882a593Smuzhiyun that complies with the TPM specification, version 1.2. It 13*4882a593Smuzhiyun implements the TSS specification, version 1.2. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://trousers.sourceforge.net/ 16*4882a593Smuzhiyun 17*4882a593Smuzhiyuncomment "trousers needs a toolchain w/ threads, dynamic library" 18*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 19