Subject: [PATCH] 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: Sebastian Andrzej Siewior <[email protected]>
---
drivers/crypto/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 308c7fb..ac7235a 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -254,6 +254,7 @@ config CRYPTO_DEV_OMAP_AES
tristate "Support for OMAP AES hw engine"
depends on ARCH_OMAP2 || ARCH_OMAP3
select CRYPTO_AES
+ select CRYPTO_BLKCIPHER2
help
OMAP processors have AES module accelerator. Select this if you
want to use the OMAP module for AES algorithms.
--
1.7.10.4


2012-11-09 09:35:06

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto/omap aes: select BLKCIPHER2

On Wed, Oct 31, 2012 at 08:08:37PM +0100, Sebastian Andrzej Siewior wrote:
> 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: Sebastian Andrzej Siewior <[email protected]>

Patch applied. Thanks!
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt