summaryrefslogtreecommitdiffstats
path: root/package/openssl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssl/Config.in')
-rw-r--r--package/openssl/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/openssl/Config.in b/package/openssl/Config.in
index 2187023e6..d1ed52027 100644
--- a/package/openssl/Config.in
+++ b/package/openssl/Config.in
@@ -23,18 +23,3 @@ config BR2_PACKAGE_OPENSSL_ENGINES
depends on BR2_PACKAGE_OPENSSL
help
Install additional encryption engine libraries.
-
-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 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/