xref: /OK3568_Linux_fs/buildroot/package/keyutils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KEYUTILS
2*4882a593Smuzhiyun	bool "keyutils"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  These tools are used to control the key management system
7*4882a593Smuzhiyun	  built into the Linux kernel.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "keyutils needs a toolchain w/ dynamic library"
12*4882a593Smuzhiyun	depends on BR2_USE_MMU
13*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
14