xref: /OK3568_Linux_fs/buildroot/package/libp11/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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