aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-12-02 14:36:03 +1100
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-06 18:38:59 -0800
commit8df3b0a219967080d9dc4b604b5fecacb6967af0 (patch)
treee4396ccd4e915b8fc127d547ef65f79944c519e8
parent[CRYPTO] tcrypt: LRW test vectors (diff)
downloadlinux-dev-8df3b0a219967080d9dc4b604b5fecacb6967af0.tar.xz
linux-dev-8df3b0a219967080d9dc4b604b5fecacb6967af0.zip
[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>
Diffstat (limited to '')
-rw-r--r--drivers/block/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 17dc22282e14..e00568e0952b 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