diff options
author | Adam Ford <aford173@gmail.com> | 2019-10-03 09:30:08 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-03 09:56:04 -0700 |
commit | 3a20cc69cbf5065f1da3093bbea0ea68f3e9de92 (patch) | |
tree | f047ad1b036841a2320648c62d45aa26a28e73f8 /arch/arm/configs/omap2plus_defconfig | |
parent | 6f54a5afcc0b155c24a30666459b65b13ea0760c (diff) |
ARM: omap2plus_defconfig: Enable HW Crypto engine modules
The general-purpose OMAP3530, OMAP3630, and DM3730 have hardware
crypto engines that appear to be functional despite limited
documentation.
This patch enables them as modules.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c9c53c9a47dd..164c5289cf16 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -532,6 +532,10 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y CONFIG_SECURITY=y CONFIG_CRYPTO_MICHAEL_MIC=y +CONFIG_CRYPTO_DEV_OMAP=m +CONFIG_CRYPTO_DEV_OMAP_SHAM=m +CONFIG_CRYPTO_DEV_OMAP_AES=m +CONFIG_CRYPTO_DEV_OMAP_DES=m CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y |