2010-03-11 12:24:17 +00:00
|
|
|
--- a/crypto/Kconfig
|
|
|
|
+++ b/crypto/Kconfig
|
2010-08-22 17:09:18 +00:00
|
|
|
@@ -844,3 +844,6 @@ config CRYPTO_ANSI_CPRNG
|
2010-03-11 12:24:17 +00:00
|
|
|
source "drivers/crypto/Kconfig"
|
|
|
|
|
|
|
|
endif # if CRYPTO
|
2010-05-04 20:59:19 +00:00
|
|
|
+
|
|
|
|
+source "crypto/ocf/Kconfig"
|
|
|
|
+
|
2010-03-11 12:24:17 +00:00
|
|
|
--- a/crypto/Makefile
|
|
|
|
+++ b/crypto/Makefile
|
2010-05-04 20:59:19 +00:00
|
|
|
@@ -86,6 +86,8 @@ obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_
|
|
|
|
obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
|
2010-03-11 12:24:17 +00:00
|
|
|
obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
|
|
|
|
|
|
|
|
+obj-$(CONFIG_OCF_OCF) += ocf/
|
|
|
|
+
|
2010-05-04 20:59:19 +00:00
|
|
|
#
|
2010-03-11 12:24:17 +00:00
|
|
|
# generic algorithms and the async_tx api
|
|
|
|
#
|