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