diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-05 03:30:23 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-05 16:21:40 +0200 |
commit | 5308d111b72bdce228252ebe2e44e28484117c5f (patch) | |
tree | 4724a05db45449f470ce08e28c19fee403e75a2f /package/ocf-linux/Config.in | |
parent | f18c51657f4ab038654297ccc8fb8e00314c8b60 (diff) |
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 'package/ocf-linux/Config.in')
-rw-r--r-- | package/ocf-linux/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ocf-linux/Config.in b/package/ocf-linux/Config.in new file mode 100644 index 000000000..9dc576607 --- /dev/null +++ b/package/ocf-linux/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_OCF_LINUX + bool "ocf-linux" + help + OCF-Linux is a Linux port of the OpenBSD/FreeBSD Cryptographic + Framework (OCF). This port aims to bring full asynchronous HW/SW + crypto acceleration to the Linux kernel and applications + running under Linux. + + You need to enable the OCF linux kernel extension or provide + a prepatched kernel to make this option useful. + + http://ocf-linux.sourceforge.net/ |