1config BR2_PACKAGE_LIBP11 2 bool "libp11" 3 depends on !BR2_STATIC_LIBS # dlopen 4 select BR2_PACKAGE_OPENSSL 5 help 6 OpenSSL engine for PKCS#11 modules. Part of the OpenSC 7 project. 8 9 https://github.com/OpenSC/OpenSC/wiki 10 11comment "libp11 needs a toolchain w/ dynamic library" 12 depends on BR2_STATIC_LIBS 13