From: Herbert Xu Date: Sat, 2 Dec 2006 03:37:27 +0000 (+1100) Subject: [PATCH] cryptoloop: Select CRYPTO_CBC X-Git-Tag: v2.6.19.1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da6c899c1a015019d05c724700b992cd740687d;p=thirdparty%2Fkernel%2Fstable.git [PATCH] 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 Signed-off-by: Chris Wright --- diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 17dc22282e148..e00568e0952b3 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -305,6 +305,7 @@ config BLK_DEV_LOOP config BLK_DEV_CRYPTOLOOP tristate "Cryptoloop Support" select CRYPTO + select CRYPTO_CBC depends on BLK_DEV_LOOP ---help--- Say Y here if you want to be able to use the ciphers that are