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