projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
717decd
)
[ARM] configs: Turn off the Tegra AES engine.
author
Ken Sumrall
<ksumrall@android.com>
Sun, 19 Dec 2010 05:08:44 +0000
(21:08 -0800)
committer
Ken Sumrall
<ksumrall@android.com>
Sun, 19 Dec 2010 05:08:44 +0000
(21:08 -0800)
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 <ksumrall@android.com>
arch/arm/configs/stingray_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/stingray_defconfig
b/arch/arm/configs/stingray_defconfig
index 1a6342ec536a4ccb8154d0aeb4745d1ed4d4a5c1..f3aab5d2c464eefc5d627343f0bd7f0828d6d8fd 100644
(file)
--- 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