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

menuconfig TPM2_TOOLS
	tristate
	select TPM2_TSS
	select OPENSSL
	select LIBCURL
	select EFIVAR		if TPM2_TOOLS_USE_EFIVAR
	prompt "tpm2-tools"
	help
	  This package contains a set of tools to use with TPM 2.0
	  chips, for common tasks and features provided by the
	  hardware; such as for doing basic key management,
	  attestation, encryption and signing.

if TPM2_TOOLS

config TPM2_TOOLS_USE_EFIVAR
	bool
	prompt "Use efivar"
	help
	  Building with efivar enables pretty-printing of
	  the device path.

endif