diff options
author | Heiko Stübner <heiko.stuebner@collabora.com> | 2015-12-21 22:21:55 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-22 14:55:49 -0800 |
commit | 514cfd99c024e7d9500114336abc6d6f486dec4e (patch) | |
tree | 96e5d9131859826a7aa14e64d6dfec261ce8c151 /arch/arm/configs | |
parent | e330eb86ba0b60bde39c5391d0b7f10010df557e (diff) | |
download | lwn-514cfd99c024e7d9500114336abc6d6f486dec4e.tar.gz lwn-514cfd99c024e7d9500114336abc6d6f486dec4e.zip |
ARM: multi_v7_defconfig: enable rockchip crypto module
This enables the newly added hardware crypto module
found for example on the rk3288.
Signed-off-by: Heiko Stuebner <heiko.stuebner@collabora.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a9105b943987..5c9ff234fe4c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -788,6 +788,7 @@ CONFIG_CRYPTO_DEV_TEGRA_AES=y CONFIG_CPUFREQ_DT=y CONFIG_KEYSTONE_IRQ=y CONFIG_CRYPTO_DEV_SUN4I_SS=m +CONFIG_CRYPTO_DEV_ROCKCHIP=m CONFIG_ARM_CRYPTO=y CONFIG_CRYPTO_SHA1_ARM=m CONFIG_CRYPTO_SHA1_ARM_NEON=m |