summaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu2006-12-02 04:36:03 +0100
committerDavid S. Miller2006-12-07 03:38:59 +0100
commit8df3b0a219967080d9dc4b604b5fecacb6967af0 (patch)
treee4396ccd4e915b8fc127d547ef65f79944c519e8 /drivers/block/Kconfig
parent[CRYPTO] tcrypt: LRW test vectors (diff)
downloadkernel-qcow2-linux-8df3b0a219967080d9dc4b604b5fecacb6967af0.tar.gz
kernel-qcow2-linux-8df3b0a219967080d9dc4b604b5fecacb6967af0.tar.xz
kernel-qcow2-linux-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 'drivers/block/Kconfig')
-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