summaryrefslogtreecommitdiffstats
path: root/rules/tpm2-abrmd.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/tpm2-abrmd.in')
-rw-r--r--rules/tpm2-abrmd.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/tpm2-abrmd.in b/rules/tpm2-abrmd.in
new file mode 100644
index 000000000..1ab0a6a7f
--- /dev/null
+++ b/rules/tpm2-abrmd.in
@@ -0,0 +1,18 @@
+## SECTION=tpm
+
+config TPM2_ABRMD
+ tristate
+ select HOST_AUTOTOOLS_AUTOCONF_ARCHIVE
+ select DBUS
+ select GLIB
+ select TPM2_TSS
+ select HOST_DBUS_GLIB
+ prompt "tpm2-abrmd"
+ help
+ TPM2 Access Broker & Resource Management Daemon implementing
+ the TCG spec.
+
+ This is a system daemon implementing the TPM2 access broker
+ (TAB) & Resource Manager (RM) spec from the TCG. The daemon
+ (tpm2-abrmd) is implemented using Glib and the GObject
+ system.