summaryrefslogtreecommitdiffstats
path: root/rules/p11-kit.in
blob: ba183207c3dbdd51a064a1cfac7989e016ef7e44 (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=security

menuconfig P11_KIT
	tristate
	select LIBFFI
	prompt "p11-kit                       "
	help
	  Provides a way to load and enumerate PKCS#11 modules. Provides a
	  standard configuration setup for installing PKCS#11 modules in such a
	  way that they're discoverable.

	  Also solves problems with coordinating the use of PKCS#11 by different
	  components or libraries living in the same process.

if P11_KIT

config P11_KIT_SYSTEMD_UNIT
	bool
	default y
	depends on SYSTEMD
	prompt "install systemd unit file for p11-kit"

endif