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~} [off-list ref]
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt