kernel: ocf: add missing dependency for hifn driver

The HIFN driver is a PCI driver, thus requires PCI support to be enabled
to compile. Therefore let it depend on PCI..

Should fix mvebu builds.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 39357
v19.07.3_mercusys_ac12_duma
Jonas Gorski 11 years ago
parent 384a662e05
commit d5b4292032

@ -57,7 +57,7 @@ config OCF_IXP4XX_SHA1_MD5
config OCF_HIFN config OCF_HIFN
tristate "hifn (HW crypto engine)" tristate "hifn (HW crypto engine)"
depends on OCF_OCF depends on OCF_OCF && PCI
help help
OCF driver for various HIFN based crypto accelerators. OCF driver for various HIFN based crypto accelerators.
(7951, 7955, 7956, 7751, 7811) (7951, 7955, 7956, 7751, 7811)

Loading…
Cancel
Save