rabbitmq-server: security bump to version 3.6.6
[buildroot-gz.git] / package / tpm-tools / Config.in
blobdd59aaaf49212ef108264ae900d2a271102f061d
1 config BR2_PACKAGE_TPM_TOOLS
2         bool "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         help
9           Tools to manage and diagnose a TPM
11           http://trousers.sourceforge.net/
13 comment "tpm-tools needs a toolchain w/ threads, dynamic library"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS