Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2707b937 authored by Jan Glauber's avatar Jan Glauber Committed by Herbert Xu
Browse files

[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: default avatarJan Glauber <jang@linux.vnet.ibm.com>
Acked-by: default avatarEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a1e6ef2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.