940-ocf_kbuild_integration.patch 480 B

1234567891011121314151617181920
  1. --- a/crypto/Kconfig
  2. +++ b/crypto/Kconfig
  3. @@ -968,3 +968,6 @@ config CRYPTO_USER_API_SKCIPHER
  4. source "drivers/crypto/Kconfig"
  5. endif # if CRYPTO
  6. +
  7. +source "crypto/ocf/Kconfig"
  8. +
  9. --- a/crypto/Makefile
  10. +++ b/crypto/Makefile
  11. @@ -92,6 +92,8 @@ obj-$(CONFIG_CRYPTO_USER_API) += af_alg.
  12. obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o
  13. obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o
  14. +obj-$(CONFIG_OCF_OCF) += ocf/
  15. +
  16. #
  17. # generic algorithms and the async_tx api
  18. #