From: Herbert Xu Date: Sat, 9 Dec 2006 22:50:36 +0000 (+1100) Subject: [CRYPTO] dm-crypt: Select CRYPTO_CBC X-Git-Tag: v2.6.20-rc2~85^2~15 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3263263f7091eccab6fdc23f28f09b17c0466629;p=linux-2.6-omap-h63xx.git [CRYPTO] dm-crypt: Select CRYPTO_CBC As CBC is the default chaining method for cryptoloop, we should select it from cryptoloop to ease the transition. Spotted by Rene Herman. Signed-off-by: Herbert Xu Signed-off-by: Linus Torvalds --- diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index c92c1521546..4540ade6b6b 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -215,6 +215,7 @@ config DM_CRYPT tristate "Crypt target support" depends on BLK_DEV_DM && EXPERIMENTAL select CRYPTO + select CRYPTO_CBC ---help--- This device-mapper target allows you to create a device that transparently encrypts the data on it. You'll need to activate