kernel: add preliminary support for linux 3.3

Based on 3.3-rc2

SVN-Revision: 29986
This commit is contained in:
Jonas Gorski
2012-02-02 08:23:54 +00:00
parent c336de3d85
commit eca9950f63
122 changed files with 65996 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -961,3 +961,6 @@ config CRYPTO_USER_API_SKCIPHER
source "drivers/crypto/Kconfig"
endif # if CRYPTO
+
+source "crypto/ocf/Kconfig"
+
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -91,6 +91,8 @@ obj-$(CONFIG_CRYPTO_USER_API) += af_alg.
obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o
obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o
+obj-$(CONFIG_OCF_OCF) += ocf/
+
#
# generic algorithms and the async_tx api
#