arm64: defconfig: disable plain NEON implementation of AES
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 13 Jun 2016 14:57:22 +0000 (16:57 +0200)
committerOlof Johansson <olof@lixom.net>
Tue, 14 Jun 2016 17:28:27 +0000 (10:28 -0700)
commit16740e7f89fb74253b5897a7525c68becee65beb
tree226e0acdf6d891eee9044ed479a3b321e587d7c0
parent087eb3167d779c3f3352c83bbc51dd124a71fd81
arm64: defconfig: disable plain NEON implementation of AES

The plain NEON implementation of AES is only suited for v8 cores that lack
the ARMv8 Crypto Extensions but have an implementation of the NEON tbl/tbx
instruction that is not pathetically slow. Unfortunately, this is currently
the empty set, so there is no point in including this implementation by
default. So disable it.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/configs/defconfig