3 @@ -666,6 +666,8 @@ config CRYPTO_LZO
5 This is the LZO algorithm.
7 +source "crypto/ocf/Kconfig"
9 source "drivers/crypto/Kconfig"
14 @@ -73,6 +73,11 @@ obj-$(CONFIG_CRYPTO_LZO) += lzo.o
15 obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
20 +obj-$(CONFIG_OCF_OCF) += ocf/
23 # generic algorithms and the async_tx api
25 obj-$(CONFIG_XOR_BLOCKS) += xor.o