1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBKCAPI 2*4882a593Smuzhiyun bool "libkcapi" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun Linux Kernel Crypto API userspace interface library 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun http://www.chronox.de/libkcapi.html 8*4882a593Smuzhiyun 9*4882a593Smuzhiyunif BR2_PACKAGE_LIBKCAPI 10*4882a593Smuzhiyun 11*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBKCAPI_ENCAPP 12*4882a593Smuzhiyun bool "build enc application" 13*4882a593Smuzhiyun 14*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBKCAPI_HASHER 15*4882a593Smuzhiyun bool "build hasher application" 16*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # dlfcn.h 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "hasher application needs a toolchain w/ dynamic library" 19*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 20*4882a593Smuzhiyun 21*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBKCAPI_RNGAPP 22*4882a593Smuzhiyun bool "build rng read application" 23*4882a593Smuzhiyun 24*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBKCAPI_SPEED 25*4882a593Smuzhiyun bool "build speed-test program" 26*4882a593Smuzhiyun 27*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBKCAPI_TEST 28*4882a593Smuzhiyun bool "build test program" 29*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 30*4882a593Smuzhiyun 31*4882a593Smuzhiyunendif 32