Skip to content
Snippets Groups Projects
Commit 4b62e472 authored by jogo's avatar jogo
Browse files

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: default avatarJonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39357 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 9486b6ad
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ config OCF_IXP4XX_SHA1_MD5
config OCF_HIFN
tristate "hifn (HW crypto engine)"
depends on OCF_OCF
depends on OCF_OCF && PCI
help
OCF driver for various HIFN based crypto accelerators.
(7951, 7955, 7956, 7751, 7811)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment