summaryrefslogtreecommitdiffstats
path: root/linux/Config.ext.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-05-05 03:30:23 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-05 16:21:40 +0200
commit5308d111b72bdce228252ebe2e44e28484117c5f (patch)
tree4724a05db45449f470ce08e28c19fee403e75a2f /linux/Config.ext.in
parentf18c51657f4ab038654297ccc8fb8e00314c8b60 (diff)
downloadbuildroot-novena-5308d111b72bdce228252ebe2e44e28484117c5f.tar.gz
buildroot-novena-5308d111b72bdce228252ebe2e44e28484117c5f.zip
ocf-linux: new package
Add the ocf-linux package and linux kernel extension. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux/Config.ext.in')
-rw-r--r--linux/Config.ext.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/Config.ext.in b/linux/Config.ext.in
index 172fa76c7..a68cbe921 100644
--- a/linux/Config.ext.in
+++ b/linux/Config.ext.in
@@ -23,6 +23,18 @@ config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
Download it at http://download.gna.org/adeos/patches/v2.6/$(ARCH)/
and verify that your kernel version in buildroot matches.
+# ocf-linux
+config BR2_LINUX_KERNEL_EXT_OCF_LINUX
+ bool "Open Cryptographic Framework (OCF)"
+ select BR2_PACKAGE_OCF_LINUX
+ help
+ OCF-Linux Kernel part.
+
+ Select this option to patch your kernel with OCF for
+ hardware-accelerated crypto support for available drivers.
+ Some libraries need to also have OCF enabled for them,
+ for example OpenSSL.
+
# RTAI
config BR2_LINUX_KERNEL_EXT_RTAI
bool "RTAI Real-time patch"