summaryrefslogtreecommitdiffstats
path: root/rules/tpm2-tss.in
blob: dbb31007276b05dda1236e8f4bece6f24dd5e164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=tpm

config TPM2_TSS
	tristate
	select HOST_AUTOTOOLS_AUTOCONF_ARCHIVE
	select OPENSSL
	prompt "tpm2-tss"
	help
	  TPM2 Software stack library - TSS and TCTI libraries

	  TPM2.0 TSS (Software Stack) consists of API layers provided
	  to support TPM 2.0 chips. It is made out of three layers:

	  * System API (SAPI), which implements the system layer API;
	  * TPM Command Transmission Interface (TCTI), which is used
	    by SAPI to allow communication with the TAB/RM layer;
	  * Trusted Access Broker/Resource Manager (TAB/RM), which
	    handles TPM resources and process coordination.

	  This package contains the TSS and TCTI libraries that client
	  applications will link against when they require accessing
	  the TPM.