On Thu, Jun 28, 2007 at 01:49:13PM -0600, Marc St-Jean wrote: > [PATCH 12/12] drivers: PMC MSP71xx security engine driver > > Patch to add an security engien driver for the PMC-Sierra MSP71xx devices. Sorry for the late response. Your email hit me while I was travelling so it got stuck in the backlog. > +config CRYPTO_MD5_HW > + tristate > + default n > + > +config CRYPTO_MD5_SW > + tristate > + default y if (CRYPTO_MD5_HW = n && CRYPTO_MD5 = y) > + default m if ((CRYPTO_MD5_HW = m || CRYPTO_MD5_HW = n) && \ > + CRYPTO_MD5 = m) > + We shouldn't need this. Please follow the scheme that other hardware-based sync crypto algorithms use. You can look at padlock or s390 as good examples. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html