Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] HIFN: make Kconfig option depend on PCI
@ 2007-11-12 13:31 Jan Glauber
  2007-11-12 13:24 ` Evgeniy Polyakov
  2007-11-12 13:58 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Glauber @ 2007-11-12 13:31 UTC (permalink / raw)
  To: linux-crypto; +Cc: Evgeniy Polyakov, Herbert Xu

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 <jang@linux.vnet.ibm.com>

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.
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-12 13:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 13:31 [PATCH] HIFN: make Kconfig option depend on PCI Jan Glauber
2007-11-12 13:24 ` Evgeniy Polyakov
2007-11-12 13:58 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox