Re: [PATCH] crypto/omap aes: select BLKCIPHER2

2012-11-09 Thread Herbert Xu
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.

[PATCH] crypto/omap aes: select BLKCIPHER2

2012-10-31 Thread Sebastian Andrzej Siewior
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 --- drivers/crypto/Kconfig |1 + 1 file