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
This commit is contained in:
parent
384a662e05
commit
d5b4292032
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue