diff options
-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 |