Skip to content

Commit

Permalink
crypto: ixp4xx - Select CRYPTO_AUTHENC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Imre Kaloz authored and Herbert Xu committed Jul 13, 2008
1 parent a72f0db commit 090657e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 090657e

Please sign in to comment.