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