1 config BR2_PACKAGE_TPM_TOOLS
3 select BR2_PACKAGE_TROUSERS
4 select BR2_PACKAGE_OPENSSL
5 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
6 depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
7 depends on !BR2_STATIC_LIBS # trousers
8 depends on !BR2_arc # trousers
10 Tools to manage and diagnose a TPM
12 http://trousers.sourceforge.net/
14 comment "tpm-tools needs a toolchain w/ threads, dynamic library"
15 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS