diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-04-27 10:09:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-05 22:59:14 +0200 |
commit | 20e1e84272701413574633dafe207b40c2a5d6dd (patch) | |
tree | 36e3a283a7aa19efc68c7615945aa2319cfd2bed /linux/Config.ext.in | |
parent | 80ebf12906afc3a1e5f4e5682d4c5dc0779a556a (diff) | |
download | buildroot-novena-20e1e84272701413574633dafe207b40c2a5d6dd.tar.gz buildroot-novena-20e1e84272701413574633dafe207b40c2a5d6dd.zip |
ocf-linux: remove extension and build out of tree
Remove the OCF linux kernel extension instead opting to build ocf-linux
modules out of tree.
This is easier for users since no kernel config tweaking is required.
On the downside the OCF drivers can't be used, but then all of the
kernel crypto drivers are available to users via cryptosoft which is
preferred.
Also remove it from the menu to utilize a virtual.
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.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/linux/Config.ext.in b/linux/Config.ext.in index a68cbe921..172fa76c7 100644 --- a/linux/Config.ext.in +++ b/linux/Config.ext.in @@ -23,18 +23,6 @@ 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" |