board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libkcapi / Config.in
blob453dc69d4fb31c52b471b00029ef39c2dae7b8e0
1 config BR2_PACKAGE_LIBKCAPI
2         bool "libkcapi"
3         help
4           Linux Kernel Crypto API userspace interface library
6           http://www.chronox.de/libkcapi.html
8 if BR2_PACKAGE_LIBKCAPI
10 config BR2_PACKAGE_LIBKCAPI_APPS
11         bool "build test applications"
12         help
13           Build additional test applications that can provide
14           performance or algorithm tests.
16 endif