diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2006-12-01 22:36:03 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-06 21:38:59 -0500 |
commit | 8df3b0a219967080d9dc4b604b5fecacb6967af0 (patch) | |
tree | e4396ccd4e915b8fc127d547ef65f79944c519e8 /drivers/block/Kconfig | |
parent | f3d1044cd0a9b427a25b2492f4d503d2dd54cfd7 (diff) |
[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/Kconfig | 1 |
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 | |||
305 | config BLK_DEV_CRYPTOLOOP | 305 | config BLK_DEV_CRYPTOLOOP |
306 | tristate "Cryptoloop Support" | 306 | tristate "Cryptoloop Support" |
307 | select CRYPTO | 307 | select CRYPTO |
308 | select CRYPTO_CBC | ||
308 | depends on BLK_DEV_LOOP | 309 | depends on BLK_DEV_LOOP |
309 | ---help--- | 310 | ---help--- |
310 | Say Y here if you want to be able to use the ciphers that are | 311 | Say Y here if you want to be able to use the ciphers that are |