diff options
-rw-r--r-- | drivers/crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 308c7fb92a60..ac7235ac43d2 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -254,6 +254,7 @@ config CRYPTO_DEV_OMAP_AES | |||
254 | tristate "Support for OMAP AES hw engine" | 254 | tristate "Support for OMAP AES hw engine" |
255 | depends on ARCH_OMAP2 || ARCH_OMAP3 | 255 | depends on ARCH_OMAP2 || ARCH_OMAP3 |
256 | select CRYPTO_AES | 256 | select CRYPTO_AES |
257 | select CRYPTO_BLKCIPHER2 | ||
257 | help | 258 | help |
258 | OMAP processors have AES module accelerator. Select this if you | 259 | OMAP processors have AES module accelerator. Select this if you |
259 | want to use the OMAP module for AES algorithms. | 260 | want to use the OMAP module for AES algorithms. |