kernel: fix crypto-hw-padlock dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37442
This commit is contained in:
parent
4a9adf4300
commit
0256b82631
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ $(eval $(call KernelPackage,crypto-hw-talitos))
|
|||
|
||||
define KernelPackage/crypto-hw-padlock
|
||||
TITLE:=VIA PadLock ACE with AES/SHA hw crypto module
|
||||
DEPENDS:=+kmod-crypto-aes
|
||||
DEPENDS:=+kmod-crypto-aes +kmod-crypto-manager
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DEV_PADLOCK \
|
||||
CONFIG_CRYPTO_DEV_PADLOCK_AES \
|
||||
|
|
Loading…
Reference in a new issue