diff options
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 432c17e1e0e6..85072446d772 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -306,6 +306,7 @@ config BLK_DEV_LOOP | |||
306 | config BLK_DEV_CRYPTOLOOP | 306 | config BLK_DEV_CRYPTOLOOP |
307 | tristate "Cryptoloop Support" | 307 | tristate "Cryptoloop Support" |
308 | select CRYPTO | 308 | select CRYPTO |
309 | select CRYPTO_CBC | ||
309 | depends on BLK_DEV_LOOP | 310 | depends on BLK_DEV_LOOP |
310 | ---help--- | 311 | ---help--- |
311 | Say Y here if you want to be able to use the ciphers that are | 312 | Say Y here if you want to be able to use the ciphers that are |