From: Ken Sumrall Date: Sun, 19 Dec 2010 05:08:44 +0000 (-0800) Subject: [ARM] configs: Turn off the Tegra AES engine. X-Git-Tag: firefly_0821_release~9834^2~229 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ae40ca3af9a7b02571b4cf57397984ad625197d8;p=firefly-linux-kernel-4.4.55.git [ARM] configs: Turn off the Tegra AES engine. The Tegra AES engine is crashing when trying to write an encrypted filesystem. Revert to the software AES engine untill we get this debugged. Signed-off-by: Ken Sumrall --- diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index 1a6342ec536a..f3aab5d2c464 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -406,6 +406,7 @@ CONFIG_DEBUG_LIST=y CONFIG_DEBUG_SG=y # CONFIG_RCU_CPU_STALL_DETECTOR is not set CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_TWOFISH=y # CONFIG_CRYPTO_ANSI_CPRNG is not set -CONFIG_CRYPTO_DEV_TEGRA_AES=y +# CONFIG_CRYPTO_HW is not set