summaryrefslogtreecommitdiffstats
path: root/package/p11-kit/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/p11-kit/Config.in')
-rw-r--r--package/p11-kit/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/p11-kit/Config.in b/package/p11-kit/Config.in
new file mode 100644
index 000000000..40a07d367
--- /dev/null
+++ b/package/p11-kit/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_P11_KIT
+ bool "p11-kit"
+ depends on !BR2_PREFER_STATIC_LIB
+ depends on BR2_USE_MMU
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_LIBTASN1
+ 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.
+
+ http://p11-glue.freedesktop.org/p11-kit.html
+
+comment "p11-kit requires a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS