summaryrefslogtreecommitdiffstats
path: root/rules/host-p11-kit.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-p11-kit.in')
-rw-r--r--rules/host-p11-kit.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/host-p11-kit.in b/rules/host-p11-kit.in
new file mode 100644
index 000000000..9b4c03c75
--- /dev/null
+++ b/rules/host-p11-kit.in
@@ -0,0 +1,14 @@
+## SECTION=hosttools_noprompt
+
+config HOST_P11_KIT
+ tristate
+ select HOST_LIBFFI
+ select HOST_LIBTASN1
+ default ALLYES
+ 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.
+ https://p11-glue.github.io/p11-glue/p11-kit.html