diff options
author | 2016-02-08 18:07:53 -0200 | |
---|---|---|
committer | 2016-02-14 15:22:59 +0800 | |
commit | 30ded61476d1ae70c0e6bd2ff4e312c0a17ec250 (patch) | |
tree | 7a30f9d0cfbb91ce9d710f6c920916a7b9bb83e5 | |
parent | ARM: imx_v4_v5_defconfig: Add I.MX25 Touchscreen controller and ADC support. (diff) | |
download | wireguard-linux-30ded61476d1ae70c0e6bd2ff4e312c0a17ec250.tar.xz wireguard-linux-30ded61476d1ae70c0e6bd2ff4e312c0a17ec250.zip |
ARM: imx_v6_v7_defconfig: Select CONFIG_CRYPTO_DEV_SAHARA
Select the sahara crypto driver that is used on i.MX53.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 25a6066493e4..d218c275ecdc 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -367,6 +367,7 @@ CONFIG_PROVE_LOCKING=y # CONFIG_ARM_UNWIND is not set CONFIG_SECURITYFS=y CONFIG_CRYPTO_DEV_FSL_CAAM=y +CONFIG_CRYPTO_DEV_SAHARA=y CONFIG_CRC_CCITT=m CONFIG_CRC_T10DIF=y CONFIG_CRC7=m |