1
0
Fork 0

[CRYPTO] hifn: Make Kconfig option depend on PCI

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.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
Jan Glauber 2007-11-12 21:56:38 +08:00 committed by Herbert Xu
parent a1e6ef2f1e
commit 2707b937f3
1 changed files with 1 additions and 0 deletions

View File

@ -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.