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