python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / tpm-tools / Config.in
blob83b65f3ae4f38704d0880054aefc4df4c152e695
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         depends on !BR2_arc # trousers
9         help
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
16         depends on !BR2_arc