aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/configs/omap2plus_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-10-03 09:30:08 -0700
committerTony Lindgren <tony@atomide.com>2019-10-03 09:56:04 -0700
commit3a20cc69cbf5065f1da3093bbea0ea68f3e9de92 (patch)
treef047ad1b036841a2320648c62d45aa26a28e73f8 /arch/arm/configs/omap2plus_defconfig
parentARM: omap2plus_defconfig: Update for moved item (diff)
downloadwireguard-linux-3a20cc69cbf5065f1da3093bbea0ea68f3e9de92.tar.xz
wireguard-linux-3a20cc69cbf5065f1da3093bbea0ea68f3e9de92.zip
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_defconfig4
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