浏览代码

[CRYPTO] cryptoloop: Select CRYPTO_CBC

As CBC is the default chaining method for cryptoloop, we should select
it from cryptoloop to ease the transition.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Herbert Xu 18 年之前
父节点
当前提交
8df3b0a219
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/block/Kconfig

+ 1 - 0
drivers/block/Kconfig

@@ -305,6 +305,7 @@ config BLK_DEV_LOOP
 config BLK_DEV_CRYPTOLOOP
 config BLK_DEV_CRYPTOLOOP
 	tristate "Cryptoloop Support"
 	tristate "Cryptoloop Support"
 	select CRYPTO
 	select CRYPTO
+	select CRYPTO_CBC
 	depends on BLK_DEV_LOOP
 	depends on BLK_DEV_LOOP
 	---help---
 	---help---
 	  Say Y here if you want to be able to use the ciphers that are 
 	  Say Y here if you want to be able to use the ciphers that are