Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d87d7712 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Herbert Xu
Browse files

crypto: omap-aes - select BLKCIPHER2



without it:
|drivers/built-in.o:(.data+0x14588): undefined reference to `crypto_ablkcipher_type'
|drivers/built-in.o:(.data+0x14668): undefined reference to `crypto_ablkcipher_type'

Not sure when this broke.

Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d9b1d2e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -254,6 +254,7 @@ config CRYPTO_DEV_OMAP_AES
	tristate "Support for OMAP AES hw engine"
	tristate "Support for OMAP AES hw engine"
	depends on ARCH_OMAP2 || ARCH_OMAP3
	depends on ARCH_OMAP2 || ARCH_OMAP3
	select CRYPTO_AES
	select CRYPTO_AES
	select CRYPTO_BLKCIPHER2
	help
	help
	  OMAP processors have AES module accelerator. Select this if you
	  OMAP processors have AES module accelerator. Select this if you
	  want to use the OMAP module for AES algorithms.
	  want to use the OMAP module for AES algorithms.