projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
384a662
)
kernel: ocf: add missing dependency for hifn driver
author
Jonas Gorski
<jogo@openwrt.org>
Tue, 21 Jan 2014 12:11:18 +0000
(12:11 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Tue, 21 Jan 2014 12:11:18 +0000
(12:11 +0000)
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
target/linux/generic/files/crypto/ocf/Kconfig
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/crypto/ocf/Kconfig
b/target/linux/generic/files/crypto/ocf/Kconfig
index d5e4c7209d489c8a719ee8edcf53e1bac6e3ff7a..3b3e1d179465c0d13f8fa9ca8aea73fc27f08d83 100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/Kconfig
+++ b/
target/linux/generic/files/crypto/ocf/Kconfig
@@
-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)