The HIFN driver is currently selectable on s390 but wont compile.
Since it looks like HIFN needs PCI make the Kconfig dependent on PCI,
which is not available on s390.
-jang
Signed-off-by: Jan Glauber <[email protected]>
Index: cryptodev-2.6/drivers/crypto/Kconfig
===================================================================
--- cryptodev-2.6.orig/drivers/crypto/Kconfig
+++ cryptodev-2.6/drivers/crypto/Kconfig
@@ -88,6 +88,7 @@ config CRYPTO_DEV_HIFN_795X
select CRYPTO_DES
select CRYPTO_ALGAPI
select CRYPTO_ABLKCIPHER
+ depends on PCI
help
This option allows you to have support for HIFN 795x crypto adapters.
On Mon, Nov 12, 2007 at 01:31:49PM +0000, Jan Glauber ([email protected]) wrote:
> The HIFN driver is currently selectable on s390 but wont compile.
> Since it looks like HIFN needs PCI make the Kconfig dependent on PCI,
> which is not available on s390.
Ugh, correct of course.
Thanks Jan.
ACK.
--
Evgeniy Polyakov
On Mon, Nov 12, 2007 at 01:31:49PM +0000, Jan Glauber wrote:
> The HIFN driver is currently selectable on s390 but wont compile.
> Since it looks like HIFN needs PCI make the Kconfig dependent on PCI,
> which is not available on s390.
Patch applied. Thanks.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt