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
v19.07.3_mercusys_ac12_duma
Gabor Juhos 11 years ago
parent 1ef39b43dd
commit bf57f33f02

@ -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…
Cancel
Save