summaryrefslogtreecommitdiffstats
path: root/rules/tpm2-abrmd.in
blob: 1ab0a6a7fe0ece3950ae6835483b1fc1bd63a3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.