python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / keyutils / Config.in
blob6f0758f47324a25bf45a92dc845d12a632d3c2f5
1 config BR2_PACKAGE_KEYUTILS
2         bool "keyutils"
3         depends on !BR2_microblaze
4         depends on BR2_USE_MMU # fork()
5         depends on !BR2_STATIC_LIBS # dlopen
6         help
7           These tools are used to control the key management system
8           built into the Linux kernel.
10           http://people.redhat.com/~dhowells/keyutils/
12 comment "keyutils needs a toolchain w/ dynamic library"
13         depends on !BR2_microblaze
14         depends on BR2_USE_MMU
15         depends on BR2_STATIC_LIBS