Skip to content

Commit fb20da6

Browse files
committed
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "Fix build issues in arm/aes-ce" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: arm/aes-ce - add dependency on AES library crypto: arm/aes-ce - build for v8 architecture explicitly
2 parents f877987 + f703964 commit fb20da6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/crypto/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ config CRYPTO_AES_ARM_CE
9898
tristate "Accelerated AES using ARMv8 Crypto Extensions"
9999
depends on KERNEL_MODE_NEON
100100
select CRYPTO_BLKCIPHER
101+
select CRYPTO_LIB_AES
101102
select CRYPTO_SIMD
102103
help
103104
Use an implementation of AES in CBC, CTR and XTS modes that uses

arch/arm/crypto/aes-ce-core.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <asm/assembler.h>
1010

1111
.text
12+
.arch armv8-a
1213
.fpu crypto-neon-fp-armv8
1314
.align 3
1415

0 commit comments

Comments
 (0)