summaryrefslogtreecommitdiffstats
path: root/platforms/code-signing.in
blob: 81f9ef6f3c9e3870b41cc1ff4e59efbf036e1c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=code_signing

menuconfig CODE_SIGNING
	bool
	select VIRTUAL
	select HOST_LIBP11
	prompt "Code signing                  "
	help
	  This option enables the ptxdist signing infrastructure.

if CODE_SIGNING

config CODE_SIGNING_PROVIDER
	string

choice
	prompt "Code signing provider"

source "generated/code_signing_provider.in"

endchoice

endif