diff options
-rw-r--r-- | drivers/md/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index c92c1521546d..4540ade6b6b5 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -215,6 +215,7 @@ config DM_CRYPT | |||
215 | tristate "Crypt target support" | 215 | tristate "Crypt target support" |
216 | depends on BLK_DEV_DM && EXPERIMENTAL | 216 | depends on BLK_DEV_DM && EXPERIMENTAL |
217 | select CRYPTO | 217 | select CRYPTO |
218 | select CRYPTO_CBC | ||
218 | ---help--- | 219 | ---help--- |
219 | This device-mapper target allows you to create a device that | 220 | This device-mapper target allows you to create a device that |
220 | transparently encrypts the data on it. You'll need to activate | 221 | transparently encrypts the data on it. You'll need to activate |