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

Commit 090657e4 authored by Imre Kaloz's avatar Imre Kaloz Committed by Herbert Xu
Browse files

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: default avatarImre Kaloz <kaloz@openwrt.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a72f0dbf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.