]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libkcapi/Config.in
libkcapi: depends on BR2_TOOLCHAIN_HAS_SYNC_4
[coffee/buildroot.git] / package / libkcapi / Config.in
1 config BR2_PACKAGE_LIBKCAPI
2         bool "libkcapi"
3         depends on BR2_TOOLCHAIN_HAS_SYNC_4
4         help
5           Linux Kernel Crypto API userspace interface library
6
7           http://www.chronox.de/libkcapi.html
8
9 if BR2_PACKAGE_LIBKCAPI
10
11 config BR2_PACKAGE_LIBKCAPI_HASHER
12         bool "build hasher application"
13         depends on !BR2_STATIC_LIBS # dlfcn.h
14
15 comment "hasher application needs a toolchain w/ dynamic library"
16         depends on BR2_STATIC_LIBS
17
18 config BR2_PACKAGE_LIBKCAPI_RNGAPP
19         bool "build rng read application"
20
21 config BR2_PACKAGE_LIBKCAPI_SPEED
22         bool "build speed-test program"
23
24 config BR2_PACKAGE_LIBKCAPI_TEST
25         bool "build test program"
26         depends on BR2_USE_MMU # fork()
27
28 endif