X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2FKconfig;h=1ce702170e7929b160c3e1f07d289715addf37fc;hb=537559a5b3ef854772bd89fbb43aa77d0bbfb721;hp=fbf94cf496f05923e40da77f72f8a85bb70f6a85;hpb=b744c679f62b368cb94c21c1dcd4618e42d88d63;p=deliverable%2Flinux.git diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index fbf94cf496f0..1ce702170e79 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -243,4 +243,12 @@ config CRYPTO_DEV_OMAP_SHAM OMAP processors have SHA1/MD5 hw accelerator. Select this if you want to use the OMAP module for SHA1/MD5 algorithms. +config CRYPTO_DEV_OMAP_AES + tristate "Support for OMAP AES hw engine" + depends on ARCH_OMAP2 || ARCH_OMAP3 + select CRYPTO_AES + help + OMAP processors have AES module accelerator. Select this if you + want to use the OMAP module for AES algorithms. + endif # CRYPTO_HW