dect
/
linux-2.6
Archived
13
0
Fork 0

crypto: ixp4xx - Select CRYPTO_AUTHENC

Without CRYPTO_AUTHENC the driver fails to build:
drivers/built-in.o: In function `ixp_module_init':
ixp4xx_crypto.c:(.init.text+0x3250): undefined reference to `crypto_aead_type'

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Imre Kaloz 2008-07-13 20:12:11 +08:00 committed by Herbert Xu
parent a72f0dbfd9
commit 090657e423
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ config CRYPTO_DEV_IXP4XX
depends on ARCH_IXP4XX
select CRYPTO_DES
select CRYPTO_ALGAPI
select CRYPTO_AUTHENC
select CRYPTO_BLKCIPHER
help
Driver for the IXP4xx NPE crypto engine.