diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-05 03:30:24 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-05 16:21:49 +0200 |
commit | 30a246be8bf1617e3be54f063ad79ee8d2aacb07 (patch) | |
tree | 3216f02f047c8c40a028d6f86f9ee3c4d9f874a4 /package/openssl/Config.in | |
parent | 5308d111b72bdce228252ebe2e44e28484117c5f (diff) | |
download | buildroot-novena-30a246be8bf1617e3be54f063ad79ee8d2aacb07.tar.gz buildroot-novena-30a246be8bf1617e3be54f063ad79ee8d2aacb07.zip |
openssl: switch to the ocf-linux package
Remove builtin OCF support from the openssl package into a new package.
Even though ocf support is just a header file we'd rather have it in a
separate package because of unrelated version bumps and to fetch it from
source.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/openssl/Config.in')
-rw-r--r-- | package/openssl/Config.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package/openssl/Config.in b/package/openssl/Config.in index 3e09d88b8..6ba644a98 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -25,9 +25,14 @@ config BR2_PACKAGE_OPENSSL_ENGINES config BR2_PACKAGE_OPENSSL_OCF bool "openssl ocf support" depends on BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_OCF_LINUX help Enable openssl cryptodev (OCF) hardware acceleration support. - This requires kernel patches from the ocf-linux project otherwise - you'll just have a bigger openssl library that works as usual. + This requires the ocf linux kernel extension or you to provide a + pre-patched kernel that includes it. + If kernel support isn't available it'll just make the libraries + a tiny bit larger with a small CPU overhead when starting up and + checking for the required kernel-side support, and then falling + back to regular builtin support. http://ocf-linux.sourceforge.net/ |