On 05/26/14 04:17, Kenny MacDermid wrote: > Hello, > > I just tried to build Hans sunxi-devel branch with the hardware crypto > code enabled. The build failed with: > > undefined reference to `crypto_blkcipher_type' > > I patched the Kconfig to make it compile, but maybe it should just be > added to the actual block cipher configs instead. > > diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig > index e257cf9..0129001 100644 > --- a/drivers/crypto/Kconfig > +++ b/drivers/crypto/Kconfig > @@ -421,6 +421,7 @@ config CRYPTO_DEV_MXS_DCP > config CRYPTO_DEV_SUNXI_SS > tristate "Support for Allwinner Security System cryptographic > accelerator" > depends on ARCH_SUNXI > + select CRYPTO_BLKCIPHER > help > Some Allwinner processors have a crypto accelerator named > Security System. Select this if you want to use it. >
Thanks, I fixed that for my next series. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
