kernel: Allow talitos crypto hw module selection
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36224
This commit is contained in:
parent
1ef39b43dd
commit
bf57f33f02
1 changed files with 14 additions and 0 deletions
|
@ -119,6 +119,20 @@ define KernelPackage/crypto-iv
|
|||
endef
|
||||
$(eval $(call KernelPackage,crypto-iv))
|
||||
|
||||
define KernelPackage/crypto-hw-talitos
|
||||
TITLE:=Freescale integrated security engine (SEC) driver
|
||||
DEPENDS:=+kmod-crypto-aes
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DEV_TALITOS
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/crypto/talitos.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,talitos)
|
||||
$(call AddDepends/crypto)
|
||||
endef
|
||||
|
||||
$(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
|
||||
|
|
Loading…
Reference in a new issue