aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-12-09 17:50:36 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-10 13:18:57 -0500
commit3263263f7091eccab6fdc23f28f09b17c0466629 (patch)
tree72880f0ebb001c64650e2f44e0378c3ea7054a32 /drivers/md/Kconfig
parent0258736a0a2cde8ab30725b601aeca4cf8bc93ab (diff)
[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 <herbert@gondor.apana.org.au> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r--drivers/md/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index c92c1521546d..4540ade6b6b5 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -215,6 +215,7 @@ config DM_CRYPT
215 tristate "Crypt target support" 215 tristate "Crypt target support"
216 depends on BLK_DEV_DM && EXPERIMENTAL 216 depends on BLK_DEV_DM && EXPERIMENTAL
217 select CRYPTO 217 select CRYPTO
218 select CRYPTO_CBC
218 ---help--- 219 ---help---
219 This device-mapper target allows you to create a device that 220 This device-mapper target allows you to create a device that
220 transparently encrypts the data on it. You'll need to activate 221 transparently encrypts the data on it. You'll need to activate