1config 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 9if BR2_PACKAGE_LIBKCAPI 10 11config BR2_PACKAGE_LIBKCAPI_ENCAPP 12 bool "build enc application" 13 14config BR2_PACKAGE_LIBKCAPI_HASHER 15 bool "build hasher application" 16 depends on !BR2_STATIC_LIBS # dlfcn.h 17 18comment "hasher application needs a toolchain w/ dynamic library" 19 depends on BR2_STATIC_LIBS 20 21config BR2_PACKAGE_LIBKCAPI_RNGAPP 22 bool "build rng read application" 23 24config BR2_PACKAGE_LIBKCAPI_SPEED 25 bool "build speed-test program" 26 27config BR2_PACKAGE_LIBKCAPI_TEST 28 bool "build test program" 29 depends on BR2_USE_MMU # fork() 30 31endif 32