kernel: ocf: add missing kernel dependencies
[openwrt/openwrt.git] / target / linux / generic / files / crypto / ocf / Kconfig
index 65a44619151ac65bcb687ddd7e4051fd28a81acd..d5e4c7209d489c8a719ee8edcf53e1bac6e3ff7a 100644 (file)
@@ -27,6 +27,9 @@ config OCF_CRYPTODEV
 config OCF_CRYPTOSOFT
        tristate "cryptosoft (software crypto engine)"
        depends on OCF_OCF
+       select CRYPTO
+       select CRYPTO_HASH
+       select CRYPTO_BLKCIPHER
        help
          A software driver for the OCF framework that uses
          the kernel CryptoAPI.