summaryrefslogtreecommitdiff
path: root/package/tpm-tools/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/tpm-tools/Config.in')
-rw-r--r--package/tpm-tools/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/tpm-tools/Config.in b/package/tpm-tools/Config.in
new file mode 100644
index 000000000..d54be3e15
--- /dev/null
+++ b/package/tpm-tools/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_TPM_TOOLS
+ bool "tpm-tools"
+ select BR2_PACKAGE_TROUSERS
+ select BR2_PACKAGE_OPENSSL
+ depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
+ depends on !BR2_STATIC_LIBS # trousers
+ help
+ Tools to manage and diagnose a TPM
+
+ http://trousers.sourceforge.net/
+
+comment "tpm-tools needs a toolchain w/ threads, dynamic library"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS