1config BR2_PACKAGE_P11_KIT 2 bool "p11-kit" 3 depends on !BR2_STATIC_LIBS 4 depends on BR2_USE_MMU 5 depends on BR2_TOOLCHAIN_HAS_THREADS 6 help 7 Provides a way to load and enumerate PKCS#11 modules. 8 Provides a standard configuration setup for installing PKCS#11 9 modules in such a way that they're discoverable. 10 11 http://p11-glue.freedesktop.org/p11-kit.html 12 13comment "p11-kit needs a toolchain w/ threads, dynamic library" 14 depends on BR2_USE_MMU 15 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 16